Issue #2973: removed unused VOCAB from java.g
This commit is contained in:
parent
d274db7b32
commit
e1cb79302b
|
|
@ -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:
|
||||
'_' | '$' |
|
||||
(
|
||||
|
|
|
|||
Loading…
Reference in New Issue