aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLHelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLHelpers.cpp')
-rw-r--r--src/core/CL/CLHelpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CL/CLHelpers.cpp b/src/core/CL/CLHelpers.cpp
index 378e910f21..71679bcdf0 100644
--- a/src/core/CL/CLHelpers.cpp
+++ b/src/core/CL/CLHelpers.cpp
@@ -278,7 +278,6 @@ CLVersion get_cl_version(const cl::Device &device)
return CLVersion::UNKNOWN;
}
-
bool device_supports_extension(const cl::Device &device, const char *extension_name)
{
std::string extensions = device.getInfo<CL_DEVICE_EXTENSIONS>();