forked from Imagelibrary/binutils-gdb
cp_lookup_symbol_imports: Make static.
gdb/ChangeLog: * cp-namespace.c (cp_lookup_symbol_imports): Make static. * cp-support.c (cp_lookup_symbol_imports): Delete.
This commit is contained in:
@@ -201,13 +201,6 @@ extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
|
||||
const struct block *block,
|
||||
const domain_enum domain);
|
||||
|
||||
extern struct symbol *cp_lookup_symbol_imports (const char *scope,
|
||||
const char *name,
|
||||
const struct block *block,
|
||||
const domain_enum domain,
|
||||
const int declaration_only,
|
||||
const int search_parents);
|
||||
|
||||
extern struct symbol *cp_lookup_symbol_imports_or_template
|
||||
(const char *scope,
|
||||
const char *name,
|
||||
|
||||
Reference in New Issue
Block a user