mirror of
https://github.com/golang/go
synced 2024-11-13 13:40:22 -07:00
[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;
|
int notfirst, et, op;
|
||||||
NodeList *calls;
|
NodeList *calls;
|
||||||
|
|
||||||
on = nil;
|
|
||||||
op = nn->op;
|
op = nn->op;
|
||||||
all = nn->list;
|
all = nn->list;
|
||||||
calls = nil;
|
calls = nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user