Give quick_symbol_functions "methods" a consistent naming scheme.
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 4358b23d592100eba37ce6b8ed7842670cd6d7fc..ede16f09e0b8841642054d1b46304efecd698969 100644 (file)
@@ -1,5 +1,5 @@
 /* Helper routines for C++ support in GDB.
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
 
    Contributed by MontaVista Software.
    Namespace support contributed by David Carlton.
@@ -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,
This page took 0.024914 seconds and 4 git commands to generate.