diff options
Diffstat (limited to 'gdbserver/nto-low.cc')
-rw-r--r-- | gdbserver/nto-low.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/nto-low.cc b/gdbserver/nto-low.cc index a051f36..36bd40c 100644 --- a/gdbserver/nto-low.cc +++ b/gdbserver/nto-low.cc @@ -941,8 +941,6 @@ nto_sw_breakpoint_from_kind (int kind, int *size) static nto_process_target the_nto_target; static process_stratum_target nto_target_ops = { - NULL, /* prepare_to_access_memory */ - NULL, /* done_accessing_memory */ nto_read_memory, nto_write_memory, NULL, /* nto_look_up_symbols */ |