Remove a stale prototype I missed when converting the kld support over to

hooking into gdb's shared library infrastructure.
This commit is contained in:
jhb 2008-02-25 22:04:07 +00:00
parent 2d0cb9a815
commit cc99de551e

View File

@ -49,7 +49,6 @@ struct kthr {
extern struct kthr *curkthr;
void kgdb_add_kld_cmd(char *, int);
void kgdb_auto_load_klds(void);
void kgdb_kld_init(void);
void kgdb_target(void);
void kgdb_trgt_fetch_registers(int);