From d245e3e3cf975fc50e13e6371a4e4b8af191aa04 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Fri, 16 Jan 2026 15:55:15 +0000 Subject: [PATCH] [ot] riscv: trace-events: remove unused `ibex_gpio_combine_conflict` trace Signed-off-by: James Wainwright --- hw/riscv/trace-events | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/riscv/trace-events b/hw/riscv/trace-events index e41441649aa37..2ae2269cf3d05 100644 --- a/hw/riscv/trace-events +++ b/hw/riscv/trace-events @@ -70,7 +70,3 @@ riscv_dtm_vm_state_change(const char *name, unsigned state) "VM state: %s[%u]" # ibex_common.c ibex_create_device(const char *pname, const char *name) "%s.%s" - -# ibex_gpio.c - -ibex_gpio_combine_conflict(const char *name, bool weak, bool elvel) "%s: w:%u %u"