* symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 0a970dfbfe2ad5f4e9740ec70a6aacd54431179a..92ea5180c2f69fdb6ff63184cca4273efbc73c87 100644 (file)
@@ -1012,15 +1012,13 @@ extern struct symbol *lookup_symbol_in_language (const char *,
                                                 const struct block *,
                                                 const domain_enum,
                                                 enum language,
-                                                int *,
-                                                struct symtab **);
+                                                int *);
 
 /* lookup a symbol by name (optional block, optional symtab)
    in the current language */
 
 extern struct symbol *lookup_symbol (const char *, const struct block *,
-                                    const domain_enum, int *,
-                                    struct symtab **);
+                                    const domain_enum, int *);
 
 /* A default version of lookup_symbol_nonlocal for use by languages
    that can't think of anything better to do.  */
This page took 0.023628 seconds and 4 git commands to generate.