From 2cfc79bfcbf24eb6b8a6e2a03ad6018cbe302661 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Sep 2022 11:39:57 +0100 Subject: Rip out the extensible/user serialisation system. This was part of a failed attempt to implement zero downtime restarts in v3. This can be implemented in a better way but for now its just slowing down build times so lets kill it. --- src/users.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 1a33bed52..8828994d0 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -126,14 +126,6 @@ LocalUser::LocalUser(int myfd, irc::sockets::sockaddrs* client, irc::sockets::so ChangeRealHost(GetIPString(), true); } -LocalUser::LocalUser(int myfd, const std::string& uid, Serializable::Data& data) - : User(uid, ServerInstance->FakeClient->server, User::TYPE_LOCAL) - , eh(this) -{ - eh.SetFd(myfd); - Deserialize(data); -} - const std::string& User::MakeHost() { if (!this->cached_makehost.empty()) -- cgit v1.3.1-10-gc9f91