Skip to content

Commit 062c29e

Browse files
committed
Mustache_lexer.id was dead code
1 parent 2e33f30 commit 062c29e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/mustache_lexer.mll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ rule space = parse
5454
| blank newline { new_line lexbuf; space lexbuf }
5555
| blank { () }
5656

57-
and id = parse
58-
| id { lexeme lexbuf }
59-
| eof { raise (Error "id expected") }
60-
6157
and ident = parse
6258
| ident { lexeme lexbuf }
6359
| eof { raise (Error "ident expected") }

0 commit comments

Comments
 (0)