Remove extra scopes from objfile_relocate1
authorTom Tromey <tom@tromey.com>
Tue, 7 Mar 2023 23:24:11 +0000 (16:24 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 11 Mar 2023 15:48:10 +0000 (08:48 -0700)
commit82c5090c61ed2a4a6cd37e575ae66323e0a837f7
tree7fccbf8f5d86af118febffc0736db8168a0cfeae
parent977a0c161de83a5e5397f9f7950d58173c4b4be2
Remove extra scopes from objfile_relocate1

objfile_relocate1 introduces new scopes that aren't necessary.  I
noticed this while working on an earlier patch in this series.  This
patch removes these.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/objfiles.c