Issue #2973: removed unused VOCAB from java.g

This commit is contained in:
rnveach 2016-02-28 01:33:02 -05:00
parent d274db7b32
commit e1cb79302b
1 changed files with 0 additions and 8 deletions

View File

@ -1867,14 +1867,6 @@ BINARY_DIGIT
: ('0'|'1')
;
// a dummy rule to force vocabulary to be all characters (except special
// ones that ANTLR uses internally (0 to 2)
protected
VOCAB
: '\3'..'\377'
;
protected ID_START:
'_' | '$' |
(