diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-08 17:53:21 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-18 11:17:27 +0200 |
| commit | d4d0ebb7da0489a2fff8c7150a38fa897ca3eea5 (patch) | |
| tree | 3983d238590be3f61b244fa7649116a0eb82c17b /stubs/qdev.c | |
| parent | 68621262bd4317dfcdd511d8005b8558c3ddc353 (diff) | |
| download | focaccia-qemu-d4d0ebb7da0489a2fff8c7150a38fa897ca3eea5.tar.gz focaccia-qemu-d4d0ebb7da0489a2fff8c7150a38fa897ca3eea5.zip | |
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 <pbonzini@redhat.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240408155330.522792-10-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/qdev.c')
| -rw-r--r-- | stubs/qdev.c | 6 |
1 files changed, 0 insertions, 6 deletions
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. */ -} |