From 18695131e056b86e38d7b43f787014fbd1516240 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 7 Dec 2021 22:10:42 +0100 Subject: Remove default constructor --- lib/encryptionmanager.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/encryptionmanager.cpp') 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 -- cgit v1.2.3