diff --git a/src/cmd/compile/internal/gc/bexport.go b/src/cmd/compile/internal/gc/bexport.go index 4e72cf3452..bed200b578 100644 --- a/src/cmd/compile/internal/gc/bexport.go +++ b/src/cmd/compile/internal/gc/bexport.go @@ -183,9 +183,6 @@ type exporter struct { written int // bytes written indent int // for p.trace trace bool - - // work-around for issue #16369 only - nesting int // amount of "nesting" of interface types } // export writes the exportlist for localpkg to out and returns the number of bytes written.