diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-09 22:13:29 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-09 22:13:29 +0000 |
commit | a9ef5c31c73adb5a34bf0c9268ee1614af02b1ef (patch) | |
tree | de839570ac2a55b082885746aa6333cf4ea15e77 /cpp/src/Ice/ThreadPool.h | |
parent | fixes (diff) | |
download | ice-a9ef5c31c73adb5a34bf0c9268ee1614af02b1ef.tar.bz2 ice-a9ef5c31c73adb5a34bf0c9268ee1614af02b1ef.tar.xz ice-a9ef5c31c73adb5a34bf0c9268ee1614af02b1ef.zip |
performance improvements for win32
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index bf68fa51127..40023194af6 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -58,9 +58,6 @@ private: int _fdIntrRead; int _fdIntrWrite; fd_set _fdSet; -#ifdef WIN32 - int _fdIntrReadIdx; -#endif std::vector<std::pair<int, EventHandlerPtr> > _adds; std::vector<int> _removes; std::map<int, std::pair<EventHandlerPtr, std::list<int>::iterator> > _handlerMap; |