forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user