diff options
Diffstat (limited to 'Source/cmWorkerPool.h')
-rw-r--r-- | Source/cmWorkerPool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmWorkerPool.h b/Source/cmWorkerPool.h index 9082d7f..ff25526 100644 --- a/Source/cmWorkerPool.h +++ b/Source/cmWorkerPool.h @@ -117,7 +117,6 @@ public: this->Process(); } - private: cmWorkerPool* Pool_ = nullptr; unsigned int WorkerIndex_ = 0; bool Fence_ = false; @@ -154,7 +153,6 @@ public: void Process() override { this->Pool()->Abort(); } }; -public: // -- Methods cmWorkerPool(); ~cmWorkerPool(); |