]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/typecheck/_builtin/runtime.go
cmd/compile,runtime: dedup writeBarrier needed
[gostls13.git] / src / cmd / compile / internal / typecheck / _builtin / runtime.go
index 3fc45ab80dda4f42462c268c9cbac3e2c387ec64..f16d0d48e5289d5b60c25d1ffd9cc3204612625b 100644 (file)
@@ -160,7 +160,6 @@ func closechan(hchan any)
 var writeBarrier struct {
        enabled bool
        pad     [3]byte
-       needed  bool
        cgo     bool
        alignme uint64
 }