diff options
Diffstat (limited to 'gdb/cp-support.c')
-rw-r--r-- | gdb/cp-support.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/cp-support.c b/gdb/cp-support.c index 8419a19..bafdb86 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1320,12 +1320,9 @@ make_symbol_overload_list_using (const char *func_name, static void make_symbol_overload_list_qualified (const char *func_name) { - struct symbol *sym; struct symtab *s; struct objfile *objfile; const struct block *b, *surrounding_static_block = 0; - struct dict_iterator iter; - const struct dictionary *dict; /* Look through the partial symtabs for all symbols which begin by matching FUNC_NAME. Make sure we read that symbol table in. */ |