fix some warnings

This commit is contained in:
2020-09-08 15:10:49 +03:00
parent 00321257b4
commit e6bc9638e7
3 changed files with 1 additions and 6 deletions

View File

@@ -56,8 +56,6 @@ private:
std::atomic_bool isShutdown_;
PIBlockingQueue<std::function<void()> > taskQueue;
PIVector<PIThread*> threadPool;
bool queue_own;
};
#endif // PITHREADPOOLEXECUTOR_H