tno debugging prints - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c1be7cc4c65090492f36ec6fae3c8c70729bfe66
DIR parent a8c15b08ca39ae9fa8d50f9e338d341c09fa57dd
HTML Author: rsc <devnull@localhost>
Date: Wed, 21 Apr 2004 05:35:55 +0000
no debugging prints
Diffstat:
M src/cmd/acidtypes/dwarf.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/acidtypes/dwarf.c b/src/cmd/acidtypes/dwarf.c
t@@ -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));