diff options
Diffstat (limited to 'hw/usb/host-bsd.c')
-rw-r--r-- | hw/usb/host-bsd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/usb/host-bsd.c b/hw/usb/host-bsd.c index 07f0e01..39f2281 100644 --- a/hw/usb/host-bsd.c +++ b/hw/usb/host-bsd.c @@ -637,9 +637,3 @@ void usb_host_info(Monitor *mon, const QDict *qdict) { usb_host_scan(mon, usb_host_info_device); } - -/* XXX add this */ -int usb_host_device_close(const char *devname) -{ - return 0; -} |