summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--usb-linux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usb-linux.c b/usb-linux.c
index 1aaa5950f5..ba8facf3b8 100644
--- a/usb-linux.c
+++ b/usb-linux.c
@@ -1007,11 +1007,9 @@ USBDevice *usb_host_device_open(const char *devname)
 {
     struct USBAutoFilter filter;
     USBDevice *dev;
-    USBHostDevice *s;
     char *p;
 
     dev = usb_create(NULL /* FIXME */, "usb-host");
-    s = DO_UPCAST(USBHostDevice, dev, dev);
 
     if (strstr(devname, "auto:")) {
         if (parse_filter(devname, &filter) < 0)