summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-07-26 09:09:03 +0200
committerBenoit Foucher <benoit@zeroc.com>2013-07-26 09:09:03 +0200
commit1e6a694714985125f37bf67dc5d35fd76fc7a33f (patch)
tree92dbf46286fcd8d02010b00093907511be8ab08d /cpp/src/Ice/ThreadPool.h
parentICE-5313 - more fixes for checksums (diff)
downloadice-1e6a694714985125f37bf67dc5d35fd76fc7a33f.tar.bz2
ice-1e6a694714985125f37bf67dc5d35fd76fc7a33f.tar.xz
ice-1e6a694714985125f37bf67dc5d35fd76fc7a33f.zip
Revert "Fix to allow transceivers to read more data than requested."
This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7.
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index cf8a6d926b4..43a8f2fb361 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -127,7 +127,6 @@ private:
std::vector<std::pair<EventHandler*, SocketOperation> > _handlers;
std::vector<std::pair<EventHandler*, SocketOperation> >::const_iterator _nextHandler;
#endif
- std::set<EventHandler*> _pendingHandlers;
bool _promote;
};