mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +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;
|
||||
}
|
||||
|
||||
adapter = adapter->next;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user