summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/opencl/OpenCLZone.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/opencl/OpenCLZone.hxx b/include/opencl/OpenCLZone.hxx
index 1fbc666f4df0..eca530a7a5ba 100644
--- a/include/opencl/OpenCLZone.hxx
+++ b/include/opencl/OpenCLZone.hxx
@@ -20,14 +20,6 @@ class OPENCL_DLLPUBLIC OpenCLZone
/// how many times have we left a new CL zone
static volatile sal_uInt64 gnLeaveCount;
- static void enter()
- {
- gnEnterCount++;
- }
- static void leave()
- {
- gnLeaveCount--;
- }
public:
OpenCLZone()
{