aboutsummaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 6bd14c0e9..4d1a768a7 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -214,12 +214,6 @@ class CoreExport InspIRCd
*/
FakeUser* FakeClient = nullptr;
- /** Find a user in the UUID hash
- * @param uid The UUID to find
- * @return A pointer to the user, or NULL if the user does not exist
- */
- User* FindUUID(const std::string &uid);
-
/** Time this ircd was booted
*/
time_t startup_time;