From 76440e4ba0ba69ee333c0cfb8e630c68205a80c6 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 4 Dec 2000 00:57:57 +0000 Subject: [PATCH] 2000-12-04 Ben Elliston * cgen-trace.c (disassemble_insn): Remove unused declaration. * cgen-scache.c (scache_option_handler): Remove unused local var. --- sim/common/ChangeLog | 5 +++++ sim/common/cgen-scache.c | 2 -- sim/common/cgen-trace.c | 4 ---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 66227ea6a41..ec82ccbcc5b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2000-12-04 Ben Elliston + + * cgen-trace.c (disassemble_insn): Remove unused declaration. + * cgen-scache.c (scache_option_handler): Remove unused local var. + 2000-12-03 Ben Elliston * sim-profile.c (profile_option_handler): Remove unused prof_nr. diff --git a/sim/common/cgen-scache.c b/sim/common/cgen-scache.c index 890afc8edc2..282497c5043 100644 --- a/sim/common/cgen-scache.c +++ b/sim/common/cgen-scache.c @@ -117,8 +117,6 @@ static SIM_RC scache_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, char *arg, int is_command) { - int n; - switch (opt) { case 'c' : diff --git a/sim/common/cgen-trace.c b/sim/common/cgen-trace.c index 5b1d0e1f934..93ce3e61182 100644 --- a/sim/common/cgen-trace.c +++ b/sim/common/cgen-trace.c @@ -54,10 +54,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #define SIZE_TRACE_BUF 1024 #endif -static void -disassemble_insn (SIM_CPU *, const CGEN_INSN *, - const struct argbuf *, IADDR, char *); - /* Text is queued in TRACE_BUF because we want to output the insn's cycle count first but that isn't known until after the insn has executed. This also handles the queueing of trace results, TRACE_RESULT may be -- 2.30.2