On 29/8/25 17:31, Paolo Bonzini wrote:
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
accel/tcg/user-exec.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/accel/tcg/user-exec.c b/accel/tcg/user-exec.c
index 748bfab04a7..66c25fba7dd 100644
--- a/accel/tcg/user-exec.c
+++ b/accel/tcg/user-exec.c
@@ -46,11 +46,6 @@ __thread uintptr_t helper_retaddr;
//#define DEBUG_SIGNAL
-void cpu_interrupt(CPUState *cpu, int mask)
-{
- g_assert_not_reached();
-}
-
It would be nice to have the declaration also restricted
to system (IOW not exposed to user). Anyhow,
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>