aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/benchmark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index b5ba7507..71a26767 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -161,8 +161,7 @@ static gchar *clean_cpuname(gchar *cpuname)
gchar *remove[] = {
"(R)", "(r)", "(TM)", "(tm)", "Processor",
"Technology", "processor", "CPU",
- "-Core", "Core", "cpu", "Duo", "X2", "X3", "X4",
- "Quad", "Dual", "Triple", "Genuine", "Authentic", NULL
+ "cpu", "Genuine", "Authentic", NULL
};
gint i;