mirror of https://github.com/golang/go.git
[dev.cc] cmd/gc: fix warning on Plan 9
warning: src/cmd/gc/walk.c:1769 set and not used: on LGTM=rsc R=rsc, minux CC=golang-codereviews https://golang.org/cl/175850043
This commit is contained in:
parent
fc288681cf
commit
2c2a6df4e9
|
|
@ -1766,7 +1766,6 @@ walkprint(Node *nn, NodeList **init)
|
|||
int notfirst, et, op;
|
||||
NodeList *calls;
|
||||
|
||||
on = nil;
|
||||
op = nn->op;
|
||||
all = nn->list;
|
||||
calls = nil;
|
||||
|
|
|
|||
Loading…
Reference in New Issue