From a3b9a9e32f10746d697bca33f87a4b45793163f1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 27 Mar 2006 20:34:22 +0000 Subject: kill unused extern in ifdef DEBUG even --- sys/arch/i386/stand/libsa/exec_i386.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') 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; -- cgit v1.2.3