]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/monitor.c
* target.h (target_ops): Removed to_core_file_to_sym_file vector
[thirdparty/binutils-gdb.git] / gdb / monitor.c
index e3a74dc92075e4916f2329568de1c58357f251c6..15b11d56e4b2ed6cdacc1e3f93b85fb7c677ac78 100644 (file)
@@ -2309,7 +2309,6 @@ init_base_monitor_ops (void)
   monitor_ops.to_stop = monitor_stop;
   monitor_ops.to_rcmd = monitor_rcmd;
   monitor_ops.to_pid_to_exec_file = NULL;
-  monitor_ops.to_core_file_to_sym_file = NULL;
   monitor_ops.to_stratum = process_stratum;
   monitor_ops.DONT_USE = 0;
   monitor_ops.to_has_all_memory = 1;