sim: drop unused sim_kill function

This has been deprecated for a long time and no one calls it.
This commit is contained in:
Mike Frysinger
2015-02-19 04:04:02 -05:00
parent bb264c6411
commit 4c4ca605d5
10 changed files with 20 additions and 36 deletions

View File

@@ -1824,12 +1824,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *prog_bfd, char **argv, char **env)
return SIM_RC_OK;
}
void
sim_kill (SIM_DESC sd)
{
/* nothing to do */
}
void
sim_do_command (SIM_DESC sd, const char *cmd)
{