From 9542cbdc585f316e3d16e7bcb554e6969a563725 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/qpid@955339 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/DispatchHandle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/qpid/sys/DispatchHandle.cpp') diff --git a/cpp/src/qpid/sys/DispatchHandle.cpp b/cpp/src/qpid/sys/DispatchHandle.cpp index 605edabc64..95da87aa28 100644 --- a/cpp/src/qpid/sys/DispatchHandle.cpp +++ b/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