summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-05-22 13:59:18 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-05-22 13:59:18 (GMT)
commit24e76ba18ad219865c16ca17ad14297346cf5f6a (patch)
tree44d2dfffee635da26ba734e73d14c991dff203aa /Swiften/SASL
parent6e33c98f97250074045d3928849b3536213df833 (diff)
downloadswift-24e76ba18ad219865c16ca17ad14297346cf5f6a.zip
swift-24e76ba18ad219865c16ca17ad14297346cf5f6a.tar.bz2
Removing obsolete safeClear in ClientAuthenticator.
Diffstat (limited to 'Swiften/SASL')
-rw-r--r--Swiften/SASL/ClientAuthenticator.cpp3
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);
}
}