Commit a57dda74 authored by Shenghou Ma's avatar Shenghou Ma

cmd/5g: remove dead code.

LGTM=bradfitz, dave
R=rsc, bradfitz, dave
CC=golang-codereviews
https://golang.org/cl/115070043
parent 61864c09
......@@ -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);
}
......
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