aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/cpux.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-26 23:17:59 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-28 11:25:21 -0400
commitba4990f13f2ed67bdadd1f087336d37abd212092 (patch)
tree3a29f60e54fc8629db6773d5338145d71efffd06 /sim/m32r/cpux.c
parent05b857720611bc2e1f9cca2573085b774181af9d (diff)
downloadfsf-binutils-gdb-ba4990f13f2ed67bdadd1f087336d37abd212092.zip
fsf-binutils-gdb-ba4990f13f2ed67bdadd1f087336d37abd212092.tar.gz
fsf-binutils-gdb-ba4990f13f2ed67bdadd1f087336d37abd212092.tar.bz2
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.
Diffstat (limited to 'sim/m32r/cpux.c')
-rw-r--r--sim/m32r/cpux.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/m32r/cpux.c b/sim/m32r/cpux.c
index e4d206f3..3955267 100644
--- a/sim/m32r/cpux.c
+++ b/sim/m32r/cpux.c
@@ -186,11 +186,3 @@ m32rxf_h_lock_set (SIM_CPU *current_cpu, BI newval)
{
CPU (h_lock) = newval;
}
-
-/* Record trace results for INSN. */
-
-void
-m32rxf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
- int *indices, TRACE_RECORD *tr)
-{
-}