From fd62e0144c11a78253174f44fb84aa0964c20ec6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 9 Feb 2015 21:49:49 +0000 Subject: NON_JIRA: remove over-cautious assertion git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658582 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/NullSaslServer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/NullSaslServer.cpp b/qpid/cpp/src/qpid/NullSaslServer.cpp index 40bd9ebbc6..9d560c8e68 100644 --- a/qpid/cpp/src/qpid/NullSaslServer.cpp +++ b/qpid/cpp/src/qpid/NullSaslServer.cpp @@ -66,7 +66,6 @@ NullSaslServer::Status NullSaslServer::start(const std::string& mechanism, const NullSaslServer::Status NullSaslServer::step(const std::string* /*response*/, std::string& /*challenge*/) { - assert(false); return FAIL; } std::string NullSaslServer::getMechanisms() -- cgit v1.2.1