]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tests/TestSwapDir.h
Remove SwapDir::reconfigure() arguments since they are not used.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Thu, 22 Sep 2011 21:42:46 +0000 (15:42 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 22 Sep 2011 21:42:46 +0000 (15:42 -0600)
commitc605997067e4fa37d9d6a3a5d78890176829f5f8
tree466bdbd10c5e67048eb8058c4ffe40e91437b24d
parent2406351209485f1da26492803a8c706589783218
Remove SwapDir::reconfigure() arguments since they are not used.

Before the change, SwapDir::reconfigure() took index and path
arguments, but none of them was actually used: neither index nor path
can be changed during reconfigure.  And both index and path are
available as SwapDir members so there is no reason to have these
arguments.
src/SwapDir.h
src/fs/coss/CossSwapDir.h
src/fs/coss/store_dir_coss.cc
src/fs/rock/RockSwapDir.cc
src/fs/rock/RockSwapDir.h
src/fs/ufs/store_dir_ufs.cc
src/fs/ufs/ufscommon.h
src/tests/TestSwapDir.cc
src/tests/TestSwapDir.h