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, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 626f458b2fc..94dbc35b340 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -193,7 +193,7 @@ class ThreadPoolWorkQueue : public EventHandler, public IceUtil::Mutex
{
public:
- ThreadPoolWorkQueue(ThreadPool*, const InstancePtr&, Selector&);
+ ThreadPoolWorkQueue(const InstancePtr&, Selector&);
~ThreadPoolWorkQueue();
void destroy();
@@ -212,7 +212,6 @@ public:
private:
- const ThreadPool* _threadPool;
const InstancePtr _instance;
Selector& _selector;
bool _destroyed;