diff options
Diffstat (limited to 'src/parser')
-rw-r--r-- | src/parser/grammar.jison | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parser/grammar.jison b/src/parser/grammar.jison index 4f4a433..c8de8a2 100644 --- a/src/parser/grammar.jison +++ b/src/parser/grammar.jison @@ -203,5 +203,3 @@ e label : LABEL { $$ = yytext; } ; - - |