diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/sys/Dispatcher.cpp | 3 |
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 |