summaryrefslogtreecommitdiff
path: root/sc/inc/clkernelthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/clkernelthread.hxx')
-rw-r--r--sc/inc/clkernelthread.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/clkernelthread.hxx b/sc/inc/clkernelthread.hxx
index 358da116addd..ef53a5e689da 100644
--- a/sc/inc/clkernelthread.hxx
+++ b/sc/inc/clkernelthread.hxx
@@ -34,8 +34,6 @@ public:
CLBuildKernelThread();
virtual ~CLBuildKernelThread();
- void finish();
-
void push(CLBuildKernelWorkItem item);
osl::Condition maCompilationDoneCondition;
@@ -47,8 +45,6 @@ private:
osl::Mutex maQueueMutex;
osl::Condition maQueueCondition;
std::queue<CLBuildKernelWorkItem> maQueue;
- static void produce();
- static void consume();
};
}