* remote-sim.c (init_gdbsim_ops): Remove

TARGET_REDEFINE_DEFAULT_OPS.
This commit is contained in:
Stan Shebs 2008-07-15 18:08:27 +00:00
parent ab8650a327
commit 96e32df874
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-07-14 Stan Shebs <stan@codesourcery.com>
* remote-sim.c (init_gdbsim_ops): Remove
TARGET_REDEFINE_DEFAULT_OPS.
2008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
* findvar.c (read_var_value): Remove unused variable.

View File

@ -926,10 +926,6 @@ init_gdbsim_ops (void)
gdbsim_ops.to_has_registers = 1;
gdbsim_ops.to_has_execution = 1;
gdbsim_ops.to_magic = OPS_MAGIC;
#ifdef TARGET_REDEFINE_DEFAULT_OPS
TARGET_REDEFINE_DEFAULT_OPS (&gdbsim_ops);
#endif
}
void