Remove two quick_symbol_functions methods
authorTom Tromey <tom@tromey.com>
Sun, 1 Jan 2023 19:14:21 +0000 (12:14 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 9 Jan 2024 01:40:21 +0000 (18:40 -0700)
commit245703b3ce7522ddbf9290267129878ad8c6c725
treebe4999d3fa2bd825cc0e2f3cc31bee3c04779bf3
parentaecbdf5f34bcb781bd3191bfbe0a32a129391e93
Remove two quick_symbol_functions methods

quick_symbol_functions::read_partial_symbols is no longer implemented,
so both it and quick_symbol_functions::can_lazily_read_symbols can be
removed.  This allows for other functions to be removed as well.

Note that SYMFILE_NO_READ is now pretty much dead.  I haven't removed
it here -- but could if that's desirable.  I tend to think that this
functionality would be better implemented in the core; but whenever I
dive into the non-DWARF readers it is pretty depressing.
gdb/objfile-flags.h
gdb/objfiles.h
gdb/psymtab.c
gdb/quick-symbol.h
gdb/symfile-debug.c
gdb/symfile.c