diff options
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index b249080..7b4a5fa 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -5108,13 +5108,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char **argv, char **env) } void -sim_do_command (SIM_DESC sd, char *cmd) -{ - (*sim_callback->printf_filtered) (sim_callback, - "This simulator does not accept any commands.\n"); -} - -void sim_set_callbacks (struct host_callback_struct *ptr) { sim_callback = ptr; |