cmd/goyacc: remove unused constants
Change-Id: I48002d39de6d32ee9410fd4271f623b5661f0081 Reviewed-on: https://go-review.googlesource.com/27328 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
f1ba7e38e5
commit
df703d6484
|
@ -70,9 +70,7 @@ const (
|
|||
WSETINC = 50 // increase for working sets wsets
|
||||
STATEINC = 200 // increase for states statemem
|
||||
|
||||
NAMESIZE = 50
|
||||
NTYPES = 63
|
||||
ISIZE = 400
|
||||
NTYPES = 63
|
||||
|
||||
PRIVATE = 0xE000 // unicode private use
|
||||
|
||||
|
|
Loading…
Reference in New Issue