diff options
author | Tobias Fella <fella@posteo.de> | 2021-12-07 22:10:42 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-07 22:10:42 +0100 |
commit | 18695131e056b86e38d7b43f787014fbd1516240 (patch) | |
tree | b8fdc7c113ca0e3e7f79ad6e4cfbdedad8b5ce41 /lib/encryptionmanager.cpp | |
parent | 1cf9b67e3586888e5f72a30b82bb9541c026d672 (diff) | |
download | libquotient-18695131e056b86e38d7b43f787014fbd1516240.tar.gz libquotient-18695131e056b86e38d7b43f787014fbd1516240.zip |
Remove default constructor
Diffstat (limited to 'lib/encryptionmanager.cpp')
-rw-r--r-- | lib/encryptionmanager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/encryptionmanager.cpp b/lib/encryptionmanager.cpp index 3d616965..c0e44f70 100644 --- a/lib/encryptionmanager.cpp +++ b/lib/encryptionmanager.cpp @@ -31,11 +31,6 @@ using std::move; class EncryptionManager::Private { public: - explicit Private() - { - } - ~Private() = default; - EncryptionManager* q; // A map from SenderKey to vector of InboundSession |