Skip to content

Commit 17deaf9

Browse files
committed
CPU (Linux): make "Hardware :" arm specific
1 parent e66a83a commit 17deaf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/detection/cpu/cpu_linux.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ static const char* parseCpuInfo(
176176

177177
#if __arm__ || __aarch64__
178178
(cpuImplementer->length == 0 && ffParsePropLine(line, "CPU implementer :", cpuImplementer)) ||
179-
#endif
180-
#if __ANDROID__
181179
(cpu->name.length == 0 && ffParsePropLine(line, "Hardware :", &cpu->name)) || //For Android devices
182180
#endif
183181
#if __powerpc__ || __powerpc

0 commit comments

Comments
 (0)