forked from Imagelibrary/binutils-gdb
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:
@@ -10219,11 +10219,3 @@ or1k32bf_h_roff1_set (SIM_CPU *current_cpu, BI newval)
|
||||
{
|
||||
CPU (h_roff1) = newval;
|
||||
}
|
||||
|
||||
/* Record trace results for INSN. */
|
||||
|
||||
void
|
||||
or1k32bf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
|
||||
int *indices, TRACE_RECORD *tr)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user