no debugging prints

This commit is contained in:
rsc 2004-04-21 05:35:55 +00:00
parent a8c15b08ca
commit c1be7cc4c6

View file

@ -177,7 +177,6 @@ ds2acid(Dwarf *d, DwarfSym *s, Biobuf *b, char *fn)
case TagFormalParameter:
case TagVariable:
fprint(2, "var %s %lud\n", s->attrs.name, (ulong)s->attrs.type);
if(s->attrs.name==nil || s->attrs.type==0)
break;
addsymx(fn, s->attrs.name, typebynum(s->attrs.type, 0));