mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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 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));
|
||||
|
|
Loading…
Reference in a new issue