Remove obsolete prototype of kdb_trap().

This commit is contained in:
Marcel Moolenaar 2004-07-10 23:05:38 +00:00
parent 153af0fa47
commit 2aaf890c2f

View File

@ -90,6 +90,4 @@ struct thread;
int rwindow_save(struct thread *td);
int rwindow_load(struct thread *td, struct trapframe *tf, int n);
int kdb_trap(struct trapframe *tf);
#endif /* !_MACHINE_FRAME_H_ */