diff options
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/run-sim.h | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 9dfdb8e..265758f 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2015-02-19 Mike Frysinger <vapier@gentoo.org> + + * run-sim.h (sim_kill): Delete unused prototype. + 2015-02-13 Chen Gang <gang.chen.5i5j@gmail.com> * gentmap.c: Include "string.h". diff --git a/sim/common/run-sim.h b/sim/common/run-sim.h index 8793472..de92c2e 100644 --- a/sim/common/run-sim.h +++ b/sim/common/run-sim.h @@ -81,13 +81,4 @@ void sim_set_trace (void); void sim_set_profile_size (int n); - -/* Kill the running program. - THIS PROCEDURE IS DEPRECATED. - GDB and NRUN do not use this interface. - This procedure will be replaced as part of the introduction of - multi-cpu simulators. */ - -void sim_kill (SIM_DESC sd); - #endif |