]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove a couple of commented out lines that were left in when committing
authorTom Hughes <tom@compton.nu>
Sat, 13 Nov 2004 00:40:18 +0000 (00:40 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 13 Nov 2004 00:40:18 +0000 (00:40 +0000)
the previous stabs fix.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2984

coregrind/vg_stabs.c

index 1f08f681fbe83668c0a0d13ec4418e9d1f55faaf..28725fd27d751b1196811c98973cc552173337ab 100644 (file)
@@ -849,7 +849,6 @@ static SymType *stabtype_parser(SegInfo *si, SymType *def, Char **pp)
         UInt off, sz;
         SymType *fieldty;
 
-         //     end = templ_name(p);
          end = SKIPPAST(p, ':', "method name") - 1;
 
         if (end[1] == ':') {
@@ -1031,7 +1030,6 @@ static Bool initSym(SegInfo *si, Sym *sym, stab_types kind, Char **namep, Int va
       VG_(printf)("initSym(si=%p, tab=%p, sym=%p, kind=%d, name=%p \"%s\", val=%d)\n",
                  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, ':');