Explorar o código

(first_mangle, mangled_num): Remove.

Paul Eggert %!s(int64=26) %!d(string=hai) anos
pai
achega
4732e8a4da
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/mangle.c

+ 0 - 4
src/mangle.c

@@ -33,10 +33,6 @@ struct mangled
     char normal[1];
   };
 
-/* Should use a hash table, etc. .  */
-static struct mangled *first_mangle;
-static int mangled_num;
-
 /*---------------------------------------------------------------------.
 | Extract a GNUTYPE_NAMES record contents.  It seems that such are not |
 | produced anymore by GNU tar, but we leave the reading code around    |