X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.cpp;h=5cdd3ca6ef2dbc8335eb5aba64607ad5ad065a1d;hp=4329a28bca7ff156d8858d68255b6495bc2142fc;hb=a9a4e326891d0d62ef2d2cd8001ebee1e54d3fd6;hpb=6e3574a163f07c28d44276318f2d9f92e169f491 diff --git a/src/core/coreidentity.cpp b/src/core/coreidentity.cpp index 4329a28b..5cdd3ca6 100644 --- a/src/core/coreidentity.cpp +++ b/src/core/coreidentity.cpp @@ -86,16 +86,6 @@ void CoreIdentity::setSslCert(const QByteArray& encoded) #endif -CoreIdentity& CoreIdentity::operator=(const CoreIdentity& identity) -{ - Identity::operator=(identity); -#ifdef HAVE_SSL - _sslKey = identity._sslKey; - _sslCert = identity._sslCert; -#endif - return *this; -} - #ifdef HAVE_SSL // ======================================== // CoreCertManager