diff options
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()) |
