diff options
| author | Gordon Sim <gsim@apache.org> | 2010-06-16 18:25:30 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-06-16 18:25:30 +0000 |
| commit | 66ea76a8dfe6a1833a1049bfdbc472e9102d6d9f (patch) | |
| tree | f2142720e3599f706a25e4f070753ccb7f02892c /qpid/cpp/src | |
| parent | 5aa6cc88542163226c2e36aebdf7e2ab002655a7 (diff) | |
| download | qpid-python-66ea76a8dfe6a1833a1049bfdbc472e9102d6d9f.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/sys/DispatchHandle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
