From bb3aa2fb37071f48a5312df8688c0a6990644fbb Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 4 Apr 2013 19:23:16 +0200 Subject: Stop recreating hashmaps every hour, move garbage collection code related to local users to UserManager --- src/commands/cmd_rehash.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/cmd_rehash.cpp b/src/commands/cmd_rehash.cpp index abf0b7876..1ad96d794 100644 --- a/src/commands/cmd_rehash.cpp +++ b/src/commands/cmd_rehash.cpp @@ -88,7 +88,6 @@ CmdResult CommandRehash::Handle (const std::vector& parameters, Use /* Don't do anything with the logs here -- logs are restarted * after the config thread has completed. */ - ServerInstance->RehashUsersAndChans(); FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect()); -- cgit v1.2.3