Remove obsolete prototype of kdb_trap().

This commit is contained in:
Marcel Moolenaar 2004-07-10 22:39:56 +00:00
parent 4b0cc40d57
commit f9c8fc6017

View File

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