Remove current_target_so_ops

current_target_so_ops is only set in a single place.  It seems better
to simply remove it.
This commit is contained in:
Tom Tromey
2022-08-08 10:14:53 -06:00
parent 430676bc51
commit 5898c79ae6
3 changed files with 3 additions and 14 deletions

View File

@ -194,7 +194,4 @@ extern gdb_bfd_ref_ptr solib_bfd_fopen (const char *pathname, int fd);
/* Find solib binary file and open it. */
extern gdb_bfd_ref_ptr solib_bfd_open (const char *in_pathname);
/* FIXME: gdbarch needs to control this variable. */
extern struct target_so_ops *current_target_so_ops;
#endif