]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
hash_link->item unused
authorwessels <>
Thu, 14 May 1998 03:19:44 +0000 (03:19 +0000)
committerwessels <>
Thu, 14 May 1998 03:19:44 +0000 (03:19 +0000)
src/structs.h

index f930297bdea4a92848ba57da22d0395fb2b5fff8..2453d1ef2057bc6fb9bc34c3dbe98aba96d59e93 100644 (file)
@@ -449,7 +449,6 @@ struct _fileMap {
 struct _hash_link {
     char *key;
     hash_link *next;
-    void *item;
 };
 
 struct _hash_table {