Skip to content

Commit 277c962

Browse files
committed
Remove ml lexer.
1 parent c57b11d commit 277c962

File tree

4 files changed

+1
-860
lines changed

4 files changed

+1
-860
lines changed

jscomp/ml/cmt_format.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ let save_cmt filename modname binary_annots sourcefile initial_env cmi =
188188
cmt_modname = modname;
189189
cmt_annots = clear_env binary_annots;
190190
cmt_value_dependencies = !value_deps;
191-
cmt_comments = Lexer.comments ();
191+
cmt_comments = [];
192192
cmt_args = Sys.argv;
193193
cmt_sourcefile = sourcefile;
194194
cmt_builddir = Sys.getcwd ();

jscomp/ml/dune

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
(flags
88
(:standard -w +a-4-42-40-41-44-45-9-48-67-70))
99
(libraries ext js_parser))
10-
11-
(ocamllex lexer)

jscomp/ml/lexer.mli

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)