diff options
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. */ -} |