diff options
Diffstat (limited to 'src/cpu.c')
-rw-r--r-- | src/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ const char *display_cpu() { return run_command_s("sysctl -n machdep.cpu_brand | sed 's/(R)//' | " "sed 's/(TM)//' | sed 's/CPU //' | sed 's/Processor//' && " "echo \" (\" && sysctl -n hw.ncpu && echo \" core)\""); - return run_command_s(""); #elif defined(__FreeBSD__) || defined(__OpenBSD__) return run_command_s("sysctl -n hw.model | sed 's/(R)//' | " "sed 's/(TM)//' | sed 's/CPU //' | sed 's/Processor//' && " |