mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +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;
|
||||
struct timeval tmp_tv = {0};
|
||||
int new_fd, idx, i;
|
||||
int new_fd;
|
||||
struct sockaddr_storage their_addr;
|
||||
socklen_t addr_size;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user