]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove unused variable
authorwessels <>
Fri, 25 Oct 1996 06:22:25 +0000 (06:22 +0000)
committerwessels <>
Fri, 25 Oct 1996 06:22:25 +0000 (06:22 +0000)
src/store.cc

index a4e631a4e1ffe3d75d0705dfd09f30c60de0d226..2d00f5b9a54b7c2f55da0455bd85ad44168f4fdb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.137 1996/10/24 23:18:21 wessels Exp $
+ * $Id: store.cc,v 1.138 1996/10/25 00:22:25 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
@@ -2862,7 +2862,6 @@ storeCheckPurgeMem(StoreEntry * e)
 static int
 storeCheckExpired(StoreEntry * e)
 {
-    int expired = 0;
     if (storeEntryLocked(e))
        return 0;
     if (Config.referenceAge && squid_curtime - e->lastref > Config.referenceAge)