]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Killed one more unused variable.
authorhno <>
Fri, 2 Mar 2001 04:59:30 +0000 (04:59 +0000)
committerhno <>
Fri, 2 Mar 2001 04:59:30 +0000 (04:59 +0000)
src/fs/diskd/store_dir_diskd.cc

index 6347507463392a2f68f34a46cec7d89d2f5dc72c..d57f4b5a124d2bdda5993cafc9bacd7733e3aa6d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir_diskd.cc,v 1.42 2001/03/01 21:23:18 hno Exp $
+ * $Id: store_dir_diskd.cc,v 1.43 2001/03/01 21:59:30 hno Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -1750,7 +1750,6 @@ storeDiskdDirReconfigure(SwapDir * sd, int index, char *path)
     int size;
     int l1;
     int l2;
-    diskdinfo_t *diskdinfo;
 
     i = GetInteger();
     size = i << 10;            /* Mbytes to kbytes */
@@ -1773,7 +1772,6 @@ storeDiskdDirReconfigure(SwapDir * sd, int index, char *path)
        debug(3, 1) ("Cache dir '%s' size changed to %d KB\n",
            path, size);
     sd->max_size = size;
-    diskdinfo = sd->fsdata;
     parse_cachedir_options(sd, options, 1);
 }