no debugging prints
This commit is contained in:
parent
a8c15b08ca
commit
c1be7cc4c6
1 changed files with 0 additions and 1 deletions
|
|
@ -177,7 +177,6 @@ ds2acid(Dwarf *d, DwarfSym *s, Biobuf *b, char *fn)
|
||||||
|
|
||||||
case TagFormalParameter:
|
case TagFormalParameter:
|
||||||
case TagVariable:
|
case TagVariable:
|
||||||
fprint(2, "var %s %lud\n", s->attrs.name, (ulong)s->attrs.type);
|
|
||||||
if(s->attrs.name==nil || s->attrs.type==0)
|
if(s->attrs.name==nil || s->attrs.type==0)
|
||||||
break;
|
break;
|
||||||
addsymx(fn, s->attrs.name, typebynum(s->attrs.type, 0));
|
addsymx(fn, s->attrs.name, typebynum(s->attrs.type, 0));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue