]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/usermanager.cpp
Remove UserManager::GarbageCollect()
[user/henk/code/inspircd.git] / src / usermanager.cpp
index d81b83d20dbbc862b535bbac756e3586f64dcf91..ba6bbf36bb8e6a96bd1a2a3c6bd82211df21bf9d 100644 (file)
@@ -279,13 +279,6 @@ void UserManager::ServerNoticeAll(const char* text, ...)
        }
 }
 
-void UserManager::GarbageCollect()
-{
-       // Reset the already_sent IDs so we don't wrap it around and drop a message
-       for (LocalList::const_iterator i = local_users.begin(); i != local_users.end(); ++i)
-               (**i).already_sent = 0;
-}
-
 /* this returns true when all modules are satisfied that the user should be allowed onto the irc server
  * (until this returns true, a user will block in the waiting state, waiting to connect up to the
  * registration timeout maximum seconds)