diff options
Diffstat (limited to 'gdb/remote-mm.c')
-rw-r--r-- | gdb/remote-mm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index ed72d4b..ccbacc5 100644 --- a/gdb/remote-mm.c +++ b/gdb/remote-mm.c @@ -1821,7 +1821,6 @@ init_mm_ops (void) mm_ops.to_thread_alive = 0; mm_ops.to_stop = 0; mm_ops.to_pid_to_exec_file = NULL; - mm_ops.to_core_file_to_sym_file = NULL; mm_ops.to_stratum = process_stratum; mm_ops.DONT_USE = 0; mm_ops.to_has_all_memory = 1; |