diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-13 14:03:56 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-13 14:03:56 +0000 |
commit | 058b9c07a4baa26ee76f57cad946e8533d85d189 (patch) | |
tree | 34e7a389c5c3c3c9901d2c0e75ee4f9818d7d8ec /gdb/symfile.h | |
parent | 54d61198d5ad051d28fccd2fc698ed7f1d013443 (diff) | |
download | gdb-058b9c07a4baa26ee76f57cad946e8533d85d189.zip gdb-058b9c07a4baa26ee76f57cad946e8533d85d189.tar.gz gdb-058b9c07a4baa26ee76f57cad946e8533d85d189.tar.bz2 |
* symfile.c (add_psymbol_with_dem_name_to_list): Remove.
* symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index baf61be..e28b75b 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -160,15 +160,6 @@ struct partial_symbol *add_psymbol_to_list (char *, int, domain_enum, long, CORE_ADDR, enum language, struct objfile *); -extern void add_psymbol_with_dem_name_to_list (char *, int, char *, int, - domain_enum, - enum address_class, - struct psymbol_allocation_list - *, long, CORE_ADDR, - enum language, - struct objfile *); - - extern void init_psymbol_list (struct objfile *, int); extern void sort_pst_symbols (struct partial_symtab *); |