1
0
mirror of https://github.com/golang/go synced 2024-11-25 15:08:02 -07:00

removed debug print

R=r
OCL=34087
CL=34087
This commit is contained in:
Ken Thompson 2009-08-30 11:36:42 -07:00
parent 792eba220e
commit be219c5e9b

View File

@ -112,7 +112,7 @@ regopt(Prog *firstp)
nr++;
// if too big dont bother
if(nr >= 10000) {
print("********** %S is too big (%d)\n", curfn->nname->sym, nr);
// print("********** %S is too big (%d)\n", curfn->nname->sym, nr);
return;
}