summaryrefslogtreecommitdiff
path: root/gdb/cp-support.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-04-04 14:37:16 +0000
committerTom Tromey <tromey@redhat.com>2011-04-04 14:37:16 +0000
commit5b82e0bfdac55eb57fd25fb39804e594cb7b3b51 (patch)
treed7dd0483ba51a35cb47d839097594c44f32111cc /gdb/cp-support.h
parent4b11999f6f77676a5913d772e3b29e04fa057047 (diff)
downloadgdb-5b82e0bfdac55eb57fd25fb39804e594cb7b3b51.tar.gz
gdb
* symfile.c (reread_symbols): Update. * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove field. * objfiles.c (allocate_objfile): Update. * cp-support.h (cp_check_possible_namespace_symbols): Don't declare. * cp-namespace.c (lookup_symbol_file): Don't call lookup_possible_namespace_symbol. (initialize_namespace_symtab, get_possible_namespace_block) (free_namespace_block, cp_check_possible_namespace_symbols) (check_possible_namespace_symbols_loop) (check_one_possible_namespace_symbol) (lookup_possible_namespace_symbol): Remove. (maintenance_cplus_namespace): Replace with notice. (_initialize_cp_namespace): Deprecate `maint cplus namespace'. gdb/testsuite * gdb.cp/maint.exp (test_help): Update. (test_namespace): Likewise.
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r--gdb/cp-support.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h
index 5902dcb6c0b..57aa03aa523 100644
--- a/gdb/cp-support.h
+++ b/gdb/cp-support.h
@@ -173,9 +173,6 @@ extern struct type *cp_lookup_nested_type (struct type *parent_type,
const char *nested_name,
const struct block *block);
-extern void cp_check_possible_namespace_symbols (const char *name,
- struct objfile *objfile);
-
struct type *cp_lookup_transparent_type (const char *name);
/* Functions from cp-name-parser.y. */