1
0
mirror of https://github.com/golang/go synced 2024-11-23 15:40:06 -07:00

cmd/5g: remove dead code.

LGTM=bradfitz, dave
R=rsc, bradfitz, dave
CC=golang-codereviews
https://golang.org/cl/115070043
This commit is contained in:
Shenghou Ma 2014-07-26 17:45:24 -04:00
parent 61864c09fc
commit a57dda74d9

View File

@ -1107,11 +1107,10 @@ bgen(Node *n, int true, int likely, Prog *to)
{
int et, a;
Node *nl, *nr, *r;
Node n1, n2, n3, n4, tmp;
Node n1, n2, n3, tmp;
NodeList *ll;
Prog *p1, *p2;
USED(n4); // in unreachable code below
if(debug['g']) {
dump("\nbgen", n);
}