Remove parameter from select_source_symtab
authorTom Tromey <tom@tromey.com>
Mon, 21 Mar 2022 01:52:13 +0000 (19:52 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 7 May 2023 19:03:39 +0000 (13:03 -0600)
commit62c5d5ec88c5748491e27e1fbd3953f4c872752d
tree89069aa473c91edde3f61797a6ce765f2df42140
parent7a8de0c33019efd3ea5755044a29544ba7637759
Remove parameter from select_source_symtab

I noticed that select_source_symtab is only ever called with nullptr
as an argument, so this patch removes the parameter and associated
logic.

Reviewed-By: Bruno Larsen <blarsen@redhat.com>
gdb/source.c
gdb/source.h