From 66ea76a8dfe6a1833a1049bfdbc472e9102d6d9f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 16 Jun 2010 18:25:30 +0000 Subject: remove assertion for condition that is in fact valid (the callback could have been processed on the back of an event concurrently returned with the interrupt request) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@955339 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/sys/DispatchHandle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/sys/DispatchHandle.cpp b/qpid/cpp/src/qpid/sys/DispatchHandle.cpp index 605edabc64..95da87aa28 100644 --- a/qpid/cpp/src/qpid/sys/DispatchHandle.cpp +++ b/qpid/cpp/src/qpid/sys/DispatchHandle.cpp @@ -291,8 +291,6 @@ void DispatchHandle::processEvent(Poller::EventType type) { break; case Poller::INTERRUPTED: { - // We could only be interrupted if we also had a callback to do - assert(callbacks.size() > 0); // We'll actually do the interrupt below } break; -- cgit v1.2.1