summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-11-03 13:16:19 +0100
committerAttila Molnar <attilamolnar@hush.com>2015-11-03 13:16:19 +0100
commitaa05a6fd4d5c11dc8e8adc469134a2802446fe9f (patch)
tree46e8c60157f98464ae55e7ea5609ffc091422733 /include
parentc89cc290fbc6d53040fc8abc6fc0b0cb637beee9 (diff)
Remove UserManager::GarbageCollect()
Diffstat (limited to 'include')
-rw-r--r--include/usermanager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index 670e51dd5..941569e8c 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -88,11 +88,6 @@ class CoreExport UserManager : public fakederef<UserManager>
*/
unsigned int unregistered_count;
- /**
- * Reset the already_sent IDs so we don't wrap it around and drop a message
- */
- void GarbageCollect();
-
/** Perform background user events such as PING checks
*/
void DoBackgroundUserStuff();