pkg/compiler: remove unused statement

This commit is contained in:
Dmitry Vyukov 2020-06-04 21:37:22 +02:00
parent 1de720878f
commit 555756280e

View File

@ -435,7 +435,6 @@ func (comp *compiler) collectUnused() []ast.Node {
comp.used, _, _ = comp.collectUsed(false)
structs, flags, strflags := comp.collectUsed(true)
_, _, _ = structs, flags, strflags
note := func(n ast.Node) {
if pos, _, _ := n.Info(); pos.Builtin() {