mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
sim: drop unused sim_kill function
This has been deprecated for a long time and no one calls it.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-02-19 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c (sim_kill): Delete unused func.
|
||||
|
||||
2014-08-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user