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:
Matthew Dempsky 2019-09-17 18:37:47 -07:00
parent 2fc6366fb5
commit d55cf5b80c
2 changed files with 44 additions and 56 deletions

View file

@ -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)