aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-11-10 14:21:41 -0700
committerTom Tromey <tromey@adacore.com>2023-12-06 10:14:25 -0700
commit2bb9e05637f5a08e6da30450482f5a413b7f6972 (patch)
treefb0edb09c4c600a76531e8227e743d416f1a4bd7 /gdb/objfiles.h
parentf5bf104621213b6e75f40e4b3becce6c465b05a8 (diff)
downloadgdb-2bb9e05637f5a08e6da30450482f5a413b7f6972.zip
gdb-2bb9e05637f5a08e6da30450482f5a413b7f6972.tar.gz
gdb-2bb9e05637f5a08e6da30450482f5a413b7f6972.tar.bz2
Remove quick_symbol_functions::expand_matching_symbols
The only caller of quick_symbol_functions::expand_matching_symbols was removed, so now this method and all implementations of it can be removed.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index ec9d354..0cad596 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -585,12 +585,6 @@ public:
void expand_symtabs_with_fullname (const char *fullname);
/* See quick_symbol_functions. */
- void expand_matching_symbols
- (const lookup_name_info &name, domain_enum domain,
- int global,
- symbol_compare_ftype *ordered_compare);
-
- /* See quick_symbol_functions. */
bool expand_symtabs_matching
(gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
const lookup_name_info *lookup_name,