summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2018-06-28 21:31:36 +0000
committersthen <sthen@openbsd.org>2018-06-28 21:31:36 +0000
commitadd266be1d94169a77fdb1d75def8e385e9ac8dd (patch)
treebe8a0e3722f10a90617544571c44c8ef0cd2efc8
parentremove accidentally committed test code, spotted by deraadt (diff)
downloadwireguard-openbsd-add266be1d94169a77fdb1d75def8e385e9ac8dd.tar.xz
wireguard-openbsd-add266be1d94169a77fdb1d75def8e385e9ac8dd.zip
remove other chunk of accidentally committed test code, spotted by deraadt
-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;