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

@ -1,3 +1,7 @@
Tue Aug 26 10:39:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
* sim-if.c (sim_kill): Delete.
Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.

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)
{