diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-19 04:04:02 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-19 20:42:14 -0500 |
commit | 4c4ca605d5332d4d5b0112932cbf379d82bb7d15 (patch) | |
tree | 15b13b2ac09c27228acf7567d2d82e0c26359614 /sim/common/run-sim.h | |
parent | bb264c6411b43d08ef518df453dce7647cb9f91e (diff) | |
download | gdb-4c4ca605d5332d4d5b0112932cbf379d82bb7d15.zip gdb-4c4ca605d5332d4d5b0112932cbf379d82bb7d15.tar.gz gdb-4c4ca605d5332d4d5b0112932cbf379d82bb7d15.tar.bz2 |
sim: drop unused sim_kill function
This has been deprecated for a long time and no one calls it.
Diffstat (limited to 'sim/common/run-sim.h')
-rw-r--r-- | sim/common/run-sim.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |