diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-05-22 13:59:18 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-05-22 13:59:18 (GMT) |
commit | 24e76ba18ad219865c16ca17ad14297346cf5f6a (patch) | |
tree | 44d2dfffee635da26ba734e73d14c991dff203aa /Swiften | |
parent | 6e33c98f97250074045d3928849b3536213df833 (diff) | |
download | swift-24e76ba18ad219865c16ca17ad14297346cf5f6a.zip swift-24e76ba18ad219865c16ca17ad14297346cf5f6a.tar.bz2 |
Removing obsolete safeClear in ClientAuthenticator.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/SASL/ClientAuthenticator.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swiften/SASL/ClientAuthenticator.cpp b/Swiften/SASL/ClientAuthenticator.cpp index 12636e2..e0900a3 100644 --- a/Swiften/SASL/ClientAuthenticator.cpp +++ b/Swiften/SASL/ClientAuthenticator.cpp @@ -6,15 +6,12 @@ #include <Swiften/SASL/ClientAuthenticator.h> -#include <Swiften/Base/Algorithm.h> - namespace Swift { ClientAuthenticator::ClientAuthenticator(const std::string& name) : name(name) { } ClientAuthenticator::~ClientAuthenticator() { - safeClear(password); } } |