mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove toolstash bandage
Change-Id: Ic33dfccf06681470bec19f66653fda67d9901095 Reviewed-on: https://go-review.googlesource.com/c/go/+/196118 Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
2fc6366fb5
commit
d55cf5b80c
2 changed files with 44 additions and 56 deletions
|
|
@ -704,7 +704,6 @@ const (
|
|||
// statements
|
||||
OBLOCK // { List } (block of code)
|
||||
OBREAK // break [Sym]
|
||||
_ // For toolstash -cmp. TODO(mdempsky): Remove.
|
||||
OCASE // case List: Nbody (List==nil means default)
|
||||
OCONTINUE // continue [Sym]
|
||||
ODEFER // defer Left (Left must be call)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue