aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r/cpu.c')
-rw-r--r--sim/m32r/cpu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/m32r/cpu.c b/sim/m32r/cpu.c
index fdfd897..d27d698 100644
--- a/sim/m32r/cpu.c
+++ b/sim/m32r/cpu.c
@@ -170,11 +170,3 @@ m32rbf_h_lock_set (SIM_CPU *current_cpu, BI newval)
{
CPU (h_lock) = newval;
}
-
-/* Record trace results for INSN. */
-
-void
-m32rbf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
- int *indices, TRACE_RECORD *tr)
-{
-}