aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Host.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Host.cpp')
-rw-r--r--lib/System/Host.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp
index b5d2a911dc..0faf8feacf 100644
--- a/lib/System/Host.cpp
+++ b/lib/System/Host.cpp
@@ -243,10 +243,6 @@ std::string sys::getHostCPUName() {
// and manufactured using the 65 nm process.
return (Em64T) ? "nocona" : "prescott";
- // FIXME: Are these bogus?
- case 26: return "corei7";
- case 28: return "atom";
-
default:
return (Em64T) ? "x86-64" : "pentium4";
}