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/erc32/interf.c | |
parent | 1211388f13a7931631a97cbce56ac442a63069ba (diff) | |
download | gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.zip gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.gz gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.bz2 |
Flush defunct sim_kill.
Diffstat (limited to 'sim/erc32/interf.c')
-rw-r--r-- | sim/erc32/interf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index 0470558..4ea62cf 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -433,11 +433,6 @@ sim_trace (sd) } void -sim_kill(SIM_DESC sd) -{ -} - -void sim_do_command(sd, cmd) SIM_DESC sd; char *cmd; |