diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-13 19:55:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-13 19:55:42 +0000 |
commit | 3049e6046712114a981422223a992ca9cc544cc8 (patch) | |
tree | d58f09295a2defa01e2e22e51193c48c46359bfe /sys/arch/i386 | |
parent | 850a6fcd0b02c0bb8a38bd24478c6ba942a4b620 (diff) |
delete duplicate definitions
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 05bda12fa74..58b1a6d7e6d 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.37 2001/06/21 12:57:43 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.38 2001/07/13 19:55:41 deraadt Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -123,7 +123,6 @@ extern u_quad_t pentium_base_tsc; } while (0) #endif #endif -void delay __P((int)); /* * pull in #defines for kinds of processors @@ -178,7 +177,6 @@ void fix_f00f __P((void)); void dkcsumattach __P((void)); /* machdep.c */ -void delay __P((int)); void dumpconf __P((void)); void cpu_reset __P((void)); void i386_proc0_tss_ldt_init __P((void)); |