Flush defunct sim_kill.

This commit is contained in:
Andrew Cagney
1997-08-26 02:05:18 +00:00
parent 1211388f13
commit 7230ff0faa
24 changed files with 48 additions and 92 deletions

View File

@@ -135,13 +135,6 @@ sim_create_inferior (sd, argv, envp)
return SIM_RC_OK;
}
void
sim_kill (sd)
SIM_DESC sd;
{
/* nothing to do */
}
int
sim_stop (SIM_DESC sd)
{