1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove the kbd_trap() declaration.

This commit is contained in:
Olivier Houchard 2004-07-12 21:24:21 +00:00
parent 98fe51fc99
commit 219f08214b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132058

View File

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