You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2013/02/14 16:28:58 UTC

svn commit: r1446231 - /qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp

Author: astitcher
Date: Thu Feb 14 15:28:57 2013
New Revision: 1446231

URL: http://svn.apache.org/r1446231
Log:
NO-JIRA: Removed unnecessary extra message filter check

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp?rev=1446231&r1=1446230&r2=1446231&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/SemanticState.cpp Thu Feb 14 15:28:57 2013
@@ -390,7 +390,7 @@ bool SemanticStateConsumerImpl::accept(c
     // remain on queue's listener list for possible smaller messages
     // in future.
     //
-    blocked = !(filter(msg) && checkCredit(msg));
+    blocked = !checkCredit(msg);
     return !blocked;
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org