summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-04-10 17:50:49 +0200
committerattilamolnar <attilamolnar@hush.com>2013-04-10 19:27:24 +0200
commit2b1328c3f4b25a9f72cf2c458042ffafc2d5ad6b (patch)
tree8074355141bfb89bf37145482b42dd593dc17b48 /include
parent05ea9815235187a4821d0154ac8d7e1d982e3617 (diff)
BanCache: Remove BanCacheManager::RehashCache()
The function was never called
Diffstat (limited to 'include')
-rw-r--r--include/bancache.h1
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