mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
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:
@@ -1,3 +1,7 @@
|
||||
2021-06-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* cpu.c (lm32bf_record_trace_results): Delete function.
|
||||
|
||||
2021-06-22 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
@@ -74,11 +74,3 @@ lm32bf_h_csr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
|
||||
{
|
||||
CPU (h_csr[regno]) = newval;
|
||||
}
|
||||
|
||||
/* Record trace results for INSN. */
|
||||
|
||||
void
|
||||
lm32bf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
|
||||
int *indices, TRACE_RECORD *tr)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user