Remove obsolete prototype of kdb_trap().

This commit is contained in:
marcel 2004-07-10 22:39:56 +00:00
parent a2239c0d3c
commit 5d30d6766f

View File

@ -136,6 +136,4 @@ struct clockframe {
register_t cf_ss;
};
int kdb_trap(int, int, struct trapframe *);
#endif /* _MACHINE_FRAME_H_ */