mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Remove unused variable
This commit is contained in:
parent
280ea0535f
commit
a68a33c559
@ -216,7 +216,6 @@ void input_remote_poll(input_remote_t *handle)
|
|||||||
char buf[8];
|
char buf[8];
|
||||||
ssize_t ret;
|
ssize_t ret;
|
||||||
fd_set fds;
|
fd_set fds;
|
||||||
struct timeval tmp_tv = {0};
|
|
||||||
|
|
||||||
if (handle->net_fd[user] < 0)
|
if (handle->net_fd[user] < 0)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user