Removes an unused state from the seclang parser

This commit is contained in:
Felipe Zimmerle 2015-08-25 08:15:27 -03:00
parent 15893e312b
commit c586ba0178

View File

@ -229,7 +229,6 @@ input:
line: expression
| SPACE expression
| SPACE expression SPACE
| expression SPACE
;