summaryrefslogtreecommitdiff
path: root/include/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-12 15:56:52 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-12 15:58:38 +0300
commitb9898f03eb05411c508b1b02588812074d40417a (patch)
tree32069e57356fecfec71ffbf9b3c8c16234d4f133 /include/opencl
parentc89b8ab187f23020873af00f2c20cc9407e5a755 (diff)
The enter() and leave() functions are not used anywhere
Change-Id: I42d2d6a12d49fc60c625dc2d230f70d05cf67673
Diffstat (limited to 'include/opencl')
-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()
{