]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove dup client_info_sz
authorwessels <>
Thu, 17 Jul 1997 11:22:31 +0000 (11:22 +0000)
committerwessels <>
Thu, 17 Jul 1997 11:22:31 +0000 (11:22 +0000)
src/client_db.cc

index 25d859bd05b40ad712b2ac37e79592dc6300fb66..e177496e9b92426c1bede203465f6a44c53d9696 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_db.cc,v 1.13 1997/06/26 22:35:41 wessels Exp $
+ * $Id: client_db.cc,v 1.14 1997/07/17 05:22:31 wessels Exp $
  *
  * DEBUG: section 0     Client Database
  * AUTHOR: Duane Wessels
@@ -41,8 +41,6 @@ typedef struct _client_info {
     } Http, Icp;
 } ClientInfo;
 
-int client_info_sz;
-
 static hash_table *client_table = NULL;
 static ClientInfo *clientdbAdd _PARAMS((struct in_addr addr));