summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2018-06-28 21:31:37 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2018-06-28 21:31:37 +0000
commit7239b38bbc6b3cba53ed733d36287da720e9e4bb (patch)
treef95340e60d396c151d67d020fff503a7923a8db0 /sys
parent1a246d58266ab7a020ec9e025aac4d695374aee8 (diff)
remove other chunk of accidentally committed test code, spotted by deraadt
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/identcpu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/identcpu.c b/sys/arch/amd64/amd64/identcpu.c
index f0711067798..86c11b579e3 100644
--- a/sys/arch/amd64/amd64/identcpu.c
+++ b/sys/arch/amd64/amd64/identcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: identcpu.c,v 1.98 2018/06/28 21:28:41 sthen Exp $ */
+/* $OpenBSD: identcpu.c,v 1.99 2018/06/28 21:31:36 sthen Exp $ */
/* $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */
/*
@@ -819,9 +819,6 @@ cpu_topology(struct cpu_info *ci)
ci->ci_pkg_id >>= core_bits;
}
} else if (strcmp(cpu_vendor, "GenuineIntel") == 0) {
- struct cpu_info *ci_other;
- CPU_INFO_ITERATOR cii;
-
/* We only support leaf 1/4 detection */
if (cpuid_level < 4)
goto no_topology;