mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-17 10:10:08 +00:00
pkg/compiler: remove unused statement
This commit is contained in:
parent
1de720878f
commit
555756280e
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user