summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-11-28 10:23:07 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-11-28 10:23:07 +0000
commit21e1355c2565e8e348233f582d49be3f69460890 (patch)
treee67ebb43ff9f616752149ae99ca7d6a087ac8f90 /cpp
parent30bf5638a4c479fce45607e856b2a95afa8ecc0c (diff)
downloadqpid-python-21e1355c2565e8e348233f582d49be3f69460890.tar.gz
Removed obsolete comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@598939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/sys/Dispatcher.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/sys/Dispatcher.cpp b/cpp/src/qpid/sys/Dispatcher.cpp
index 7e47ce3d3a..be5d8a530c 100644
--- a/cpp/src/qpid/sys/Dispatcher.cpp
+++ b/cpp/src/qpid/sys/Dispatcher.cpp
@@ -43,9 +43,6 @@ void Dispatcher::run() {
// If can read/write then dispatch appropriate callbacks
if (h) {
- //TODO: this is a temporary fix to ensure that if two
- //events are being processed concurrently, the first thread
- //will call dispatchCallbacks serially for each one
h->dispatchCallbacks(event.type);
} else {
// Handle shutdown