diff options
author | Tom Tromey <tromey@adacore.com> | 2023-11-10 14:21:41 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-12-06 10:14:25 -0700 |
commit | 2bb9e05637f5a08e6da30450482f5a413b7f6972 (patch) | |
tree | fb0edb09c4c600a76531e8227e743d416f1a4bd7 /gdb/psymtab.h | |
parent | f5bf104621213b6e75f40e4b3becce6c465b05a8 (diff) | |
download | gdb-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/psymtab.h')
-rw-r--r-- | gdb/psymtab.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h index 005a63c..54ad78b 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -626,13 +626,6 @@ struct psymbol_functions : public quick_symbol_functions void expand_all_symtabs (struct objfile *objfile) override; - void expand_matching_symbols - (struct objfile *, - const lookup_name_info &lookup_name, - domain_enum domain, - int global, - symbol_compare_ftype *ordered_compare) override; - bool expand_symtabs_matching (struct objfile *objfile, gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher, |