]> Dogcows Code - chaz/tar/commitdiff
(first_mangle, mangled_num): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Aug 1999 10:55:51 +0000 (10:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Aug 1999 10:55:51 +0000 (10:55 +0000)
src/mangle.c

index f6d57ba6329d7faf00ed0d2bd70b89c09ea73ef4..8487c896ec8efbc2f3d02839e97bf7f5a1ef054b 100644 (file)
@@ -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    |
This page took 0.022263 seconds and 4 git commands to generate.