1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131948

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_ */