Cleanup: fix compiler warning.

This commit is contained in:
2019-02-20 16:32:06 +01:00
parent 949ab753bb
commit fda79dbd79

View File

@@ -486,7 +486,6 @@ OpenCLDevice::OpenCLDevice(DeviceInfo& info, Stats &stats, Profiler &profiler, b
device_initialized = true;
split_kernel = new OpenCLSplitKernel(this);
background = background;
}
OpenCLDevice::~OpenCLDevice()