diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-10 17:50:49 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-10 19:27:24 +0200 |
commit | 2b1328c3f4b25a9f72cf2c458042ffafc2d5ad6b (patch) | |
tree | 8074355141bfb89bf37145482b42dd593dc17b48 /include/bancache.h | |
parent | 05ea9815235187a4821d0154ac8d7e1d982e3617 (diff) |
BanCache: Remove BanCacheManager::RehashCache()
The function was never called
Diffstat (limited to 'include/bancache.h')
-rw-r--r-- | include/bancache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bancache.h b/include/bancache.h index 70ec09f02..ea09d389f 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -82,7 +82,6 @@ class CoreExport BanCacheManager this->BanHash = new BanCacheHash(); } ~BanCacheManager(); - void RehashCache(); }; #endif |