From 24e76ba18ad219865c16ca17ad14297346cf5f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 22 May 2011 15:59:18 +0200 Subject: Removing obsolete safeClear in ClientAuthenticator. 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 -#include - namespace Swift { ClientAuthenticator::ClientAuthenticator(const std::string& name) : name(name) { } ClientAuthenticator::~ClientAuthenticator() { - safeClear(password); } } -- cgit v0.10.2-6-g49f6