From: wessels <> Date: Thu, 8 May 1997 23:14:14 +0000 (+0000) Subject: noop X-Git-Tag: SQUID_3_0_PRE1~5024 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a7e9d816129040991d8f836290ef57827d6f8039;p=thirdparty%2Fsquid.git noop --- diff --git a/src/store_dir.cc b/src/store_dir.cc index a6a0248574..6be538bb73 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -190,12 +190,10 @@ storeDirMapBitReset(int fn) int storeDirMapAllocate(void) { - int fn; int dirn = storeMostFreeSwapDir(); SwapDir *SD = &SwapDirs[dirn]; int filn = file_map_allocate(SD->map, SD->suggest); - fn = (dirn << SWAP_DIR_SHIFT) | (filn & SWAP_FILE_MASK); - return fn; + return (dirn << SWAP_DIR_SHIFT) | (filn & SWAP_FILE_MASK); } char *