From: Paul Eggert Date: Mon, 23 Aug 1999 10:55:51 +0000 (+0000) Subject: (first_mangle, mangled_num): Remove. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4732e8a4daa502ac15bd811fef84473deb3d516e;p=chaz%2Ftar (first_mangle, mangled_num): Remove. --- diff --git a/src/mangle.c b/src/mangle.c index f6d57ba..8487c89 100644 --- a/src/mangle.c +++ b/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 |