Commit 2c2a6df4 authored by David du Colombier's avatar David du Colombier

[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
parent fc288681
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment