diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-26 02:05:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-26 02:05:18 +0000 |
commit | 7230ff0faa65304b835fc525e52ddb6e3ba70325 (patch) | |
tree | 8f92d4d444c66febefd58f067dedafe13db7a865 /sim/sh | |
parent | 1211388f13a7931631a97cbce56ac442a63069ba (diff) | |
download | gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.zip gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.gz gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.bz2 |
Flush defunct sim_kill.
Diffstat (limited to 'sim/sh')
-rw-r--r-- | sim/sh/ChangeLog | 4 | ||||
-rw-r--r-- | sim/sh/interp.c | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 17a24e6..7eed84e 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 26 10:41:55 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * interp.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. diff --git a/sim/sh/interp.c b/sim/sh/interp.c index 37e4487..d9ae631 100644 --- a/sim/sh/interp.c +++ b/sim/sh/interp.c @@ -1258,13 +1258,6 @@ sim_create_inferior (sd, argv, env) } void -sim_kill (sd) - SIM_DESC sd; -{ - /* nothing to do */ -} - -void sim_do_command (sd, cmd) SIM_DESC sd; char *cmd; |