We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66a83a commit 17deaf9Copy full SHA for 17deaf9
src/detection/cpu/cpu_linux.c
@@ -176,8 +176,6 @@ static const char* parseCpuInfo(
176
177
#if __arm__ || __aarch64__
178
(cpuImplementer->length == 0 && ffParsePropLine(line, "CPU implementer :", cpuImplementer)) ||
179
- #endif
180
- #if __ANDROID__
181
(cpu->name.length == 0 && ffParsePropLine(line, "Hardware :", &cpu->name)) || //For Android devices
182
#endif
183
#if __powerpc__ || __powerpc
0 commit comments