|
From: Tom H. <th...@cy...> - 2004-11-13 00:40:20
|
CVS commit by thughes:
Remove a couple of commented out lines that were left in when committing
the previous stabs fix.
M +0 -2 vg_stabs.c 1.22
--- valgrind/coregrind/vg_stabs.c #1.21:1.22
@@ -850,5 +850,4 @@ static SymType *stabtype_parser(SegInfo
SymType *fieldty;
- // end = templ_name(p);
end = SKIPPAST(p, ':', "method name") - 1;
@@ -1032,5 +1031,4 @@ static Bool initSym(SegInfo *si, Sym *sy
si, si->stab_typetab, sym, kind, name, name, val);
- // ty = templ_name(name);
ty = VG_(strchr)(name, ':');
while (ty && ty[1] == ':') ty = VG_(strchr)(ty + 2, ':');
|