]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Stop recreating hashmaps every hour, move garbage collection code related to local...
[user/henk/code/inspircd.git] / include / inspircd.h
index 099b9dd8766d57887659f7298cca4c0b1bfff8d2..2e1cfbd21307270da775b569151136795c1e715b 100644 (file)
@@ -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.
         */