Remove the kbd_trap() declaration.

This commit is contained in:
Olivier Houchard 2004-07-12 21:24:21 +00:00
parent 98fe51fc99
commit 219f08214b

View File

@ -159,8 +159,6 @@ typedef struct clockframe {
unsigned int if_pc;
} clockframe_t;
int kdb_trap(int, struct trapframe *);
/*
* Switch frame
*/