summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
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
commit9446f0f34e04812e71175dddca361d8cd061ee0a (patch)
tree38dd40260c659a65bbba6997775ce28953ab6636 /qpid/cpp/src
parent434b76471282a3f344e8ebe4235a40b8e8b6fc05 (diff)
downloadqpid-python-9446f0f34e04812e71175dddca361d8cd061ee0a.tar.gz
Removed obsolete comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/sys/Dispatcher.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/sys/Dispatcher.cpp b/qpid/cpp/src/qpid/sys/Dispatcher.cpp
index 7e47ce3d3a..be5d8a530c 100644
--- a/qpid/cpp/src/qpid/sys/Dispatcher.cpp
+++ b/qpid/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