Skip to content

Commit d55cf5b

Browse files
committed
cmd/compile: remove toolstash bandage
Change-Id: Ic33dfccf06681470bec19f66653fda67d9901095 Reviewed-on: https://go-review.googlesource.com/c/go/+/196118 Reviewed-by: Keith Randall <[email protected]>
1 parent 2fc6366 commit d55cf5b

File tree

2 files changed

+44
-56
lines changed

2 files changed

+44
-56
lines changed

src/cmd/compile/internal/gc/op_string.go

Lines changed: 44 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/compile/internal/gc/syntax.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ const (
704704
// statements
705705
OBLOCK // { List } (block of code)
706706
OBREAK // break [Sym]
707-
_ // For toolstash -cmp. TODO(mdempsky): Remove.
708707
OCASE // case List: Nbody (List==nil means default)
709708
OCONTINUE // continue [Sym]
710709
ODEFER // defer Left (Left must be call)

0 commit comments

Comments
 (0)