aboutsummaryrefslogtreecommitdiff
path: root/zencore/workthreadpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/workthreadpool.cpp')
-rw-r--r--zencore/workthreadpool.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/zencore/workthreadpool.cpp b/zencore/workthreadpool.cpp
index a6c6bc0f7..4291d1581 100644
--- a/zencore/workthreadpool.cpp
+++ b/zencore/workthreadpool.cpp
@@ -55,15 +55,6 @@ WorkerThreadPool::PendingWork() const
}
void
-WorkerThreadPool::Flush()
-{
- while (m_WorkQueue.Size() > 0)
- {
- Sleep(1);
- }
-}
-
-void
WorkerThreadPool::WorkerThreadFunction()
{
do