diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-25 17:55:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-25 17:55:24 +0000 |
commit | 195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0 (patch) | |
tree | 3c6ad1dfea761f190c07f25ad32734e1485344e6 /gdb/cp-support.h | |
parent | 8ba0730a172c05805cb5072121ab71ee03654caa (diff) | |
download | binutils-gdb-195a3f6cae52fa948b8bb7d2525de6fdf95ad6c0.tar.gz |
* cp-namespace.c (cp_set_block_scope): Remove.
* cp-support.h (cp_set_block_scope): Remove.
* dbxread.c: Include block.h.
(cp_set_block_scope): New function.
(process_one_symbol): Update.
* dwarf2read.c (read_func_scope): Use block_set_scope.
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 3734886818e..c7141d51cd3 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -189,12 +189,6 @@ extern void cp_add_using_directive (const char *dest, int copy_names, struct obstack *obstack); -extern void cp_set_block_scope (const struct symbol *symbol, - struct block *block, - struct obstack *obstack, - const char *processing_current_prefix, - int processing_has_namespace_info); - extern void cp_scan_for_anonymous_namespaces (const struct symbol *symbol, struct objfile *objfile); |