diff --git a/client/gpu_opencl.cpp b/client/gpu_opencl.cpp index a5b5593163..8e8572b88e 100644 --- a/client/gpu_opencl.cpp +++ b/client/gpu_opencl.cpp @@ -107,8 +107,6 @@ static bool is_NVIDIA(char* vendor) { static bool is_intel(char* vendor) { if (strcasestr(vendor, "intel")) return true; - if (strcasestr(vendor, "GenuineIntel")) return true; - if (strcasestr(vendor, "Intel(R) Corporation")) return true; return false; }