aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/ChangeLog4
-rw-r--r--sim/erc32/interf.c5
2 files changed, 4 insertions, 5 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index f9b8f67..9841d32 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 26 10:38:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * interf.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/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;