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.
This commit is contained in:
Mike Frysinger
2021-06-26 23:17:59 -04:00
parent 05b8577206
commit ba4990f13f
17 changed files with 31 additions and 80 deletions

View File

@@ -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)
{
}