From: wessels <> Date: Thu, 17 Jul 1997 11:22:31 +0000 (+0000) Subject: remove dup client_info_sz X-Git-Tag: SQUID_3_0_PRE1~4867 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=16c0043da1b53e6e0cb6d8ae5d606564630e776e;p=thirdparty%2Fsquid.git remove dup client_info_sz --- diff --git a/src/client_db.cc b/src/client_db.cc index 25d859bd05..e177496e9b 100644 --- a/src/client_db.cc +++ b/src/client_db.cc @@ -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));