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:
Doug Evans
2014-12-10 10:04:00 -08:00
parent 1abf3a1437
commit 9a80057aa0
3 changed files with 6 additions and 8 deletions

View File

@@ -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,