mirror of https://github.com/BOINC/boinc.git
client: Remove redundant code in OpenCL CPU detection which was added in commit 8888ba6
This commit is contained in:
parent
2a1765fcd2
commit
becaf33656
|
@ -107,8 +107,6 @@ static bool is_NVIDIA(char* vendor) {
|
||||||
|
|
||||||
static bool is_intel(char* vendor) {
|
static bool is_intel(char* vendor) {
|
||||||
if (strcasestr(vendor, "intel")) return true;
|
if (strcasestr(vendor, "intel")) return true;
|
||||||
if (strcasestr(vendor, "GenuineIntel")) return true;
|
|
||||||
if (strcasestr(vendor, "Intel(R) Corporation")) return true;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue