From: Matthew Dempsky Date: Fri, 1 Sep 2017 21:58:32 +0000 (-0700) Subject: cmd/compile: cleanup toolstash pacifier from OXFALL removal X-Git-Tag: go1.10beta1~1070 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3066dbad52b0b0201f183db723044e68f3e4988d;p=gostls13.git cmd/compile: cleanup toolstash pacifier from OXFALL removal Change-Id: Ide7fe6b09247b7a6befbdfc2d6ce5988aa1df323 Reviewed-on: https://go-review.googlesource.com/61131 Reviewed-by: Robert Griesemer --- diff --git a/src/cmd/compile/internal/gc/syntax.go b/src/cmd/compile/internal/gc/syntax.go index ee0666a946..db8597e223 100644 --- a/src/cmd/compile/internal/gc/syntax.go +++ b/src/cmd/compile/internal/gc/syntax.go @@ -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