mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove dead code
Get rid of residue after removing old parser. Change-Id: I0dace1037d50959071a082c276f9f374eef6edb2 Reviewed-on: https://go-review.googlesource.com/17179 Run-TryBot: Robert Griesemer <gri@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
9216d3e344
commit
8f931e49f5
2 changed files with 3 additions and 83 deletions
|
|
@ -261,7 +261,6 @@ var tokstrings = map[int32]string{
|
|||
LVAR: "var",
|
||||
LANDAND: "&&",
|
||||
LANDNOT: "&^",
|
||||
LBODY: "LBODY", // we should never see this one
|
||||
LCOMM: "<-",
|
||||
LDEC: "--",
|
||||
LEQ: "==",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue