diff options
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index c52560b..10139b4 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -1502,7 +1502,6 @@ init_adapt_ops (void) adapt_ops.to_thread_alive = 0; adapt_ops.to_stop = 0; /* process_stratum; */ adapt_ops.to_pid_to_exec_file = NULL; - adapt_ops.to_core_file_to_sym_file = NULL; adapt_ops.to_stratum = 0; adapt_ops.DONT_USE = 0; adapt_ops.to_has_all_memory = 1; |