diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 099b9dd87..2e1cfbd21 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -822,12 +822,6 @@ class CoreExport InspIRCd */ void Cleanup(); - /** This copies the user and channel hash_maps into new hash maps. - * This frees memory used by the hash_map allocator (which it neglects - * to free, most of the time, using tons of ram) - */ - void RehashUsersAndChans(); - /** Resets the cached max bans value on all channels. * Called by rehash. */ |