diff options
| author | 2022-09-01 11:39:57 +0100 | |
|---|---|---|
| committer | 2022-09-01 11:53:47 +0100 | |
| commit | 2cfc79bfcbf24eb6b8a6e2a03ad6018cbe302661 (patch) | |
| tree | b94ff88164fd1e8181453c8bb4ed76ce48048130 /src/users.cpp | |
| parent | Update some code that uses "endpoint" to use "socket address" instead. (diff) | |
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.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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()) |
