summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/clkernelthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/clkernelthread.cxx')
-rw-r--r--sc/source/core/tool/clkernelthread.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/core/tool/clkernelthread.cxx b/sc/source/core/tool/clkernelthread.cxx
index 9a83a1e033ce..52a483051a4c 100644
--- a/sc/source/core/tool/clkernelthread.cxx
+++ b/sc/source/core/tool/clkernelthread.cxx
@@ -64,18 +64,6 @@ void CLBuildKernelThread::execute()
}
}
-void CLBuildKernelThread::push(CLBuildKernelWorkItem item)
-{
- osl::MutexGuard guard(maQueueMutex);
- maQueue.push(item);
- maQueueCondition.set();
-
- // This is only to ensure that the OpenCL parameters are initialized on
- // the main thread before spawning a worker thread for kernel
- // pre-compilation.
- sc::FormulaGroupInterpreter::getStatic();
-}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */