[v0.98][PPC] Dont display name (it was always unknown anyway)

This commit is contained in:
Dr-Noob
2021-07-31 18:30:31 +02:00
parent 2180fb1c26
commit 18744c69f7
4 changed files with 5 additions and 13 deletions

View File

@@ -116,11 +116,6 @@ struct cpuInfo {
struct topology* topo;
struct features* feat;
#ifdef ARCH_PPC
// CPU name from model
char* cpu_name;
#endif
#ifdef ARCH_X86
// CPU name from model
char* cpu_name;