summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2014-09-27 08:27:17 +0000
committermlarkin <mlarkin@openbsd.org>2014-09-27 08:27:17 +0000
commit43ab17c8e27ddc591cedead4a3c12c6eb0e1c1a8 (patch)
tree1b4348d6647609d0373b520da3c4d7ff258b7e78
parentsound reasoning (diff)
downloadwireguard-openbsd-43ab17c8e27ddc591cedead4a3c12c6eb0e1c1a8.tar.xz
wireguard-openbsd-43ab17c8e27ddc591cedead4a3c12c6eb0e1c1a8.zip
Removed an ununsed macro
ok tedu@, deraadt@
-rw-r--r--sys/arch/amd64/amd64/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c
index 859a9282e26..f02b63e36ee 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.191 2014/09/27 07:56:18 mlarkin Exp $ */
+/* $OpenBSD: machdep.c,v 1.192 2014/09/27 08:27:17 mlarkin Exp $ */
/* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
/*-
@@ -1163,8 +1163,6 @@ void cpu_init_idt(void)
lidt(&region);
}
-#define KBTOB(x) ((size_t)(x) * 1024UL)
-
void
cpu_init_extents(void)
{