Kaydet (Commit) b9898f03 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The enter() and leave() functions are not used anywhere

Change-Id: I42d2d6a12d49fc60c625dc2d230f70d05cf67673
üst c89b8ab1
......@@ -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()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment