From ba4990f13f2ed67bdadd1f087336d37abd212092 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 26 Jun 2021 23:17:59 -0400 Subject: sim: cgen: delete unused record_trace_results functions Since there are no callers of this anywhere, nor is the function implemented by anyone, drop it across the board to cleanup warnings. --- sim/cris/ChangeLog | 5 +++++ sim/cris/cpuv10.c | 8 -------- sim/cris/cpuv32.c | 8 -------- 3 files changed, 5 insertions(+), 16 deletions(-) (limited to 'sim/cris') diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index cb61b0e..f369739 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,8 @@ +2021-06-28 Mike Frysinger + + * cpuv10.c (crisv10f_record_trace_results): Delete function. + * cpuv32.c (crisv32f_record_trace_results): Likewise. + 2021-06-27 Mike Frysinger * decodev10.c: Include cgen-mem.h. diff --git a/sim/cris/cpuv10.c b/sim/cris/cpuv10.c index 84f4c8e..ac08568 100644 --- a/sim/cris/cpuv10.c +++ b/sim/cris/cpuv10.c @@ -490,11 +490,3 @@ crisv10f_h_prefixreg_pre_v32_set (SIM_CPU *current_cpu, SI newval) { CPU (h_prefixreg_pre_v32) = newval; } - -/* Record trace results for INSN. */ - -void -crisv10f_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn, - int *indices, TRACE_RECORD *tr) -{ -} diff --git a/sim/cris/cpuv32.c b/sim/cris/cpuv32.c index 1fbe1b4..e2e8eb5 100644 --- a/sim/cris/cpuv32.c +++ b/sim/cris/cpuv32.c @@ -586,11 +586,3 @@ crisv32f_h_prefixreg_v32_set (SIM_CPU *current_cpu, SI newval) { SET_H_PREFIXREG_V32 (newval); } - -/* Record trace results for INSN. */ - -void -crisv32f_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn, - int *indices, TRACE_RECORD *tr) -{ -} -- cgit v1.1