summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h3
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;