diff options
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r-- | sim/mips/interp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 492ae60..edd4250 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -1142,16 +1142,6 @@ sim_create_inferior (sd, abfd, argv,env) return SIM_RC_OK; } -void -sim_do_command (sd,cmd) - SIM_DESC sd; - char *cmd; -{ - if (sim_args_command (sd, cmd) != SIM_RC_OK) - sim_io_printf (sd, "Error: \"%s\" is not a valid MIPS simulator command.\n", - cmd); -} - /*---------------------------------------------------------------------------*/ /*-- Private simulator support interface ------------------------------------*/ /*---------------------------------------------------------------------------*/ |