From 21e1355c2565e8e348233f582d49be3f69460890 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 28 Nov 2007 10:23:07 +0000 Subject: Removed obsolete comment git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@598939 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/Dispatcher.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/src') 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 -- cgit v1.2.1