summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-02-25 22:04:07 +0000
committerjhb <jhb@FreeBSD.org>2008-02-25 22:04:07 +0000
commitcc99de551ef5d0d56e162c45483f364a64766fc6 (patch)
tree54d66eeb944787f91b019ecc8234e088dff5c26e /gnu
parent2d0cb9a815cafd9140b0797528fc0fcb1eabbd70 (diff)
downloadFreeBSD-src-cc99de551ef5d0d56e162c45483f364a64766fc6.zip
FreeBSD-src-cc99de551ef5d0d56e162c45483f364a64766fc6.tar.gz
Remove a stale prototype I missed when converting the kld support over to
hooking into gdb's shared library infrastructure.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/kgdb/kgdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/kgdb/kgdb.h b/gnu/usr.bin/gdb/kgdb/kgdb.h
index 1ec306b..0c324e6 100644
--- a/gnu/usr.bin/gdb/kgdb/kgdb.h
+++ b/gnu/usr.bin/gdb/kgdb/kgdb.h
@@ -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);
OpenPOWER on IntegriCloud