1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:21:37 -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:
David du Colombier 2014-11-17 20:46:42 +01:00
parent fc288681cf
commit 2c2a6df4e9

View File

@ -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;