summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lexer.mll1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lexer.mll b/src/lexer.mll
index 2f101b8e..cd82a3b9 100644
--- a/src/lexer.mll
+++ b/src/lexer.mll
@@ -270,7 +270,6 @@ rule token = parse
Printf.sprintf "Unexpected character: %c" c,
Lexing.lexeme_start_p lexbuf)) }
-
and line_comment pos = parse
| "\n" { () }
| _ { line_comment pos lexbuf }