Skip to content

Commit cb05e01

Browse files
committed
remove testing debug flag
Change-Id: I082ea0732b3d0948362a5a1715085724dd0751e0
1 parent a65a6da commit cb05e01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/base/debug.go

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ type DebugFlags struct {
7575
WrapGlobalMapDbg int `help:"debug trace output for global map init wrapping"`
7676
WrapGlobalMapCtl int `help:"global map init wrap control (0 => default, 1 => off, 2 => stress mode, no size cutoff)"`
7777
ZeroCopy int `help:"enable zero-copy string->[]byte conversions" concurrent:"ok"`
78-
Testing int `help:"here" concurrent:"ok"`
7978

8079
ConcurrentOk bool // true if only concurrentOk flags seen
8180
}

0 commit comments

Comments
 (0)