summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-12-19 16:11:14 +0000
committerTom Tromey <tromey@redhat.com>2011-12-19 16:11:14 +0000
commit984ac464433aa838ae9e305e216f0d084a8b550f (patch)
tree460d49f8f51481c9b2b514dfb44fd990cc764a63 /gdb/symtab.h
parentab76eeafa578ca7e301e3aa014e4ed643e32ec2e (diff)
downloadbinutils-gdb-984ac464433aa838ae9e305e216f0d084a8b550f.tar.gz
* symtab.h (add_minsym_to_hash_table): Don't declare.
* minsyms.c (add_minsym_to_hash_table): Now static.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 7b52c8812f9..90153ed6df0 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1038,10 +1038,6 @@ extern unsigned int msymbol_hash (const char *);
extern struct objfile * msymbol_objfile (struct minimal_symbol *sym);
-extern void
-add_minsym_to_hash_table (struct minimal_symbol *sym,
- struct minimal_symbol **table);
-
extern struct minimal_symbol *lookup_minimal_symbol (const char *,
const char *,
struct objfile *);