From 3066dbad52b0b0201f183db723044e68f3e4988d Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Fri, 1 Sep 2017 14:58:32 -0700 Subject: [PATCH] cmd/compile: cleanup toolstash pacifier from OXFALL removal Change-Id: Ide7fe6b09247b7a6befbdfc2d6ce5988aa1df323 Reviewed-on: https://go-review.googlesource.com/61131 Reviewed-by: Robert Griesemer --- src/cmd/compile/internal/gc/syntax.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1