From d4d0ebb7da0489a2fff8c7150a38fa897ca3eea5 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 8 Apr 2024 17:53:21 +0200 Subject: stubs: remove obsolete stubs These file define functions are are not called from common code anymore. Delete those functions and, if applicable, the entire files. Signed-off-by: Paolo Bonzini Acked-by: Richard Henderson Message-ID: <20240408155330.522792-10-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini --- stubs/qdev.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'stubs/qdev.c') diff --git a/stubs/qdev.c b/stubs/qdev.c index 6869f6f90a..7e957b3e52 100644 --- a/stubs/qdev.c +++ b/stubs/qdev.c @@ -20,9 +20,3 @@ void qapi_event_send_device_deleted(const char *device, { /* Nothing to do. */ } - -void qapi_event_send_device_unplug_guest_error(const char *device, - const char *path) -{ - /* Nothing to do. */ -} -- cgit 1.4.1