mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user