Cleanup: fix compiler warning.

This commit is contained in:
Brecht Van Lommel 2019-02-20 16:32:06 +01:00
parent 949ab753bb
commit fda79dbd79
1 changed files with 0 additions and 1 deletions

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()