]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
comment out old code
authorwessels <>
Fri, 28 Nov 1997 15:20:29 +0000 (15:20 +0000)
committerwessels <>
Fri, 28 Nov 1997 15:20:29 +0000 (15:20 +0000)
src/ipcache.cc

index bda98b0179bafa2072136d6594221326de7789d0..44c309d66d294cd84c1d5ed02139db752609a57c 100644 (file)
@@ -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)