aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-support.h
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-12-10 10:04:00 -0800
committerDoug Evans <xdje42@gmail.com>2014-12-10 10:05:32 -0800
commit9a80057aa002674468fa90135f4f361dd34b9f2a (patch)
tree224ea3878f10cc0e6b791159be158e984fb2625a /gdb/cp-support.h
parent1abf3a143773819e195fceaa485060dcac9e6089 (diff)
downloadfsf-binutils-gdb-9a80057aa002674468fa90135f4f361dd34b9f2a.zip
fsf-binutils-gdb-9a80057aa002674468fa90135f4f361dd34b9f2a.tar.gz
fsf-binutils-gdb-9a80057aa002674468fa90135f4f361dd34b9f2a.tar.bz2
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.
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r--gdb/cp-support.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h
index c0ae35b..ede16f0 100644
--- a/gdb/cp-support.h
+++ b/gdb/cp-support.h
@@ -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,