From: wessels <> Date: Fri, 28 Nov 1997 15:20:29 +0000 (+0000) Subject: comment out old code X-Git-Tag: SQUID_3_0_PRE1~4462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fa4f58a2d4a708b472ade09ff13e885f6e3dfe3;p=thirdparty%2Fsquid.git comment out old code --- diff --git a/src/ipcache.cc b/src/ipcache.cc index bda98b0179..44c309d66d 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.145 1997/11/28 08:13:45 wessels Exp $ + * $Id: ipcache.cc,v 1.146 1997/11/28 08:20:29 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -135,8 +135,8 @@ static dlink_list lru_list; static int ipcache_testname(void); #if OLD_CODE static QS ipcache_compareLastRef; -#endif static QS ipcache_reverseLastRef; +#endif static PF ipcache_dnsHandleRead; static ipcache_entry *ipcache_parsebuffer(const char *buf, dnsserver_t *); static void ipcache_release(ipcache_entry *); @@ -289,7 +289,6 @@ ipcache_compareLastRef(const void *A, const void *B) return (-1); return (0); } -#endif static int ipcache_reverseLastRef(const void *A, const void *B) @@ -303,6 +302,7 @@ ipcache_reverseLastRef(const void *A, const void *B) return (-1); return (0); } +#endif static int ipcacheExpiredEntry(ipcache_entry * i)