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:
@@ -2121,13 +2121,6 @@ sim_create_inferior (sd, prog_bfd, argv, env)
|
||||
return SIM_RC_OK;
|
||||
}
|
||||
|
||||
void
|
||||
sim_kill (sd)
|
||||
SIM_DESC sd;
|
||||
{
|
||||
/* nothing to do */
|
||||
}
|
||||
|
||||
void
|
||||
sim_do_command (sd, cmd)
|
||||
SIM_DESC sd;
|
||||
|
||||
Reference in New Issue
Block a user