mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
remove unused variables
This commit is contained in:
parent
3e066165e5
commit
34944cac0f
@ -90,7 +90,7 @@ static bool netplay_net_pre_frame(netplay_t *netplay)
|
|||||||
{
|
{
|
||||||
fd_set fds;
|
fd_set fds;
|
||||||
struct timeval tmp_tv = {0};
|
struct timeval tmp_tv = {0};
|
||||||
int new_fd, idx, i;
|
int new_fd;
|
||||||
struct sockaddr_storage their_addr;
|
struct sockaddr_storage their_addr;
|
||||||
socklen_t addr_size;
|
socklen_t addr_size;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user