diff options
Diffstat (limited to 'sim/avr/interp.c')
-rw-r--r-- | sim/avr/interp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/avr/interp.c b/sim/avr/interp.c index 8ae4887..0df5155 100644 --- a/sim/avr/interp.c +++ b/sim/avr/interp.c @@ -1825,12 +1825,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *prog_bfd, char **argv, char **env) } void -sim_kill (SIM_DESC sd) -{ - /* nothing to do */ -} - -void sim_do_command (SIM_DESC sd, const char *cmd) { /* Nothing there yet; it's all an error. */ |