Skip to content

Commit a1df288

Browse files
committed
remove deprecated Lexer.report_error
1 parent b29813f commit a1df288

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

parsing/lexer.mli

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ type error =
4242

4343
exception Error of error * Location.t
4444

45-
open Format
4645

47-
val report_error: formatter -> error -> unit
48-
(* Deprecated. Use Location.{error_of_exn, report_error}. *)
4946

5047
val in_comment : unit -> bool;;
5148
val in_string : unit -> bool;;

0 commit comments

Comments
 (0)