diff options
| author | 2020-11-01 02:22:41 +0000 | |
|---|---|---|
| committer | 2020-11-01 02:22:41 +0000 | |
| commit | 579a17df389843b21828e99e10d1f6fde45f28e9 (patch) | |
| tree | fbfe63e811c38f620784240d261684ad3f5f9106 /src/users.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
| download | inspircd++-579a17df389843b21828e99e10d1f6fde45f28e9.tar.gz inspircd++-579a17df389843b21828e99e10d1f6fde45f28e9.tar.bz2 inspircd++-579a17df389843b21828e99e10d1f6fde45f28e9.zip | |
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/users.cpp b/src/users.cpp index c6e5575ec..2f41cf97c 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -124,10 +124,6 @@ LocalUser::LocalUser(int myfd, const std::string& uid, Serializable::Data& data) Deserialize(data); } -User::~User() -{ -} - const std::string& User::MakeHost() { if (!this->cached_makehost.empty()) |
