mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(libusb) Silence warning 'value stored to 'adaptor' is never read
This commit is contained in:
parent
dda1099d99
commit
7dcf9dfa75
@ -390,8 +390,6 @@ static int remove_adapter(void *data, struct libusb_device *dev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
adapter = adapter->next;
|
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user