mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: cleanup toolstash pacifier from OXFALL removal
Change-Id: Ide7fe6b09247b7a6befbdfc2d6ce5988aa1df323 Reviewed-on: https://go-review.googlesource.com/61131 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
4347baac7d
commit
3066dbad52
1 changed files with 0 additions and 1 deletions
|
|
@ -563,7 +563,6 @@ const (
|
|||
OCONTINUE // continue
|
||||
ODEFER // defer Left (Left must be call)
|
||||
OEMPTY // no-op (empty statement)
|
||||
_ // placeholder to appease toolstash
|
||||
OFALL // fallthrough
|
||||
OFOR // for Ninit; Left; Right { Nbody }
|
||||
OFORUNTIL // for Ninit; Left; Right { Nbody } ; test applied after executing body, not before
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue