summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-03-27 20:34:22 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-03-27 20:34:22 +0000
commita3b9a9e32f10746d697bca33f87a4b45793163f1 (patch)
treed3a9f2d3424d250e273ad9d4271343be485a8501
parent3230637a5e9a0a42cbb090d8975d4436b23e190d (diff)
kill unused extern in ifdef DEBUG even
-rw-r--r--sys/arch/i386/stand/libsa/exec_i386.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/libsa/exec_i386.c b/sys/arch/i386/stand/libsa/exec_i386.c
index d4ce2e33d02..54fae4f6789 100644
--- a/sys/arch/i386/stand/libsa/exec_i386.c
+++ b/sys/arch/i386/stand/libsa/exec_i386.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_i386.c,v 1.30 2004/03/19 13:48:18 tom Exp $ */
+/* $OpenBSD: exec_i386.c,v 1.31 2006/03/27 20:34:21 mickey Exp $ */
/*
* Copyright (c) 1997-1998 Michael Shalayeff
@@ -45,9 +45,6 @@ run_loadfile(u_long *marks, int howto)
{
u_long entry;
#ifndef _TEST
-#ifdef EXEC_DEBUG
- extern int debug;
-#endif
dev_t bootdev = bootdev_dip->bootdev;
size_t ac = BOOTARG_LEN;
caddr_t av = (caddr_t)BOOTARG_OFF;