From: hno <> Date: Fri, 2 Mar 2001 04:59:30 +0000 (+0000) Subject: Killed one more unused variable. X-Git-Tag: SQUID_3_0_PRE1~1583 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d827d6b9b7df253eabd86e01ba6f0ab27b38f529;p=thirdparty%2Fsquid.git Killed one more unused variable. --- diff --git a/src/fs/diskd/store_dir_diskd.cc b/src/fs/diskd/store_dir_diskd.cc index 6347507463..d57f4b5a12 100644 --- a/src/fs/diskd/store_dir_diskd.cc +++ b/src/fs/diskd/store_dir_diskd.cc @@ -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); }