From 8fa4f58a2d4a708b472ade09ff13e885f6e3dfe3 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 28 Nov 1997 15:20:29 +0000 Subject: [PATCH] comment out old code --- src/ipcache.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.47.3