Quiet warning by removing ast() prototype.

Forgotten by:	jhb (me)
This commit is contained in:
John Baldwin 2001-07-03 05:11:55 +00:00
parent d2a5bcc3d3
commit aa5d2a75d8
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ int (*pmath_emulate) __P((struct trapframe *));
extern void trap __P((struct trapframe frame));
extern int trapwrite __P((unsigned addr));
extern void syscall __P((struct trapframe frame));
extern void ast __P((struct trapframe *framep));
static int trap_pfault __P((struct trapframe *, int, vm_offset_t));
static void trap_fatal __P((struct trapframe *, vm_offset_t));

View File

@ -105,7 +105,6 @@ int (*pmath_emulate) __P((struct trapframe *));
extern void trap __P((struct trapframe frame));
extern int trapwrite __P((unsigned addr));
extern void syscall __P((struct trapframe frame));
extern void ast __P((struct trapframe *framep));
static int trap_pfault __P((struct trapframe *, int, vm_offset_t));
static void trap_fatal __P((struct trapframe *, vm_offset_t));