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
b69734ce4a
commit
4b2a45a276
@ -188,7 +188,6 @@ bool netplay_lan_ad_server(netplay_t *netplay)
|
||||
struct sockaddr their_addr;
|
||||
socklen_t addr_size;
|
||||
rarch_system_info_t *info = NULL;
|
||||
size_t bufloc;
|
||||
|
||||
if (lan_ad_server_fd < 0 && !init_lan_ad_server_socket(netplay, RARCH_DEFAULT_PORT))
|
||||
return false;
|
||||
@ -268,8 +267,6 @@ bool netplay_lan_ad_client(void)
|
||||
struct timeval tmp_tv = {0};
|
||||
struct sockaddr their_addr;
|
||||
socklen_t addr_size;
|
||||
rarch_system_info_t *info = NULL;
|
||||
size_t bufloc;
|
||||
|
||||
if (lan_ad_client_fd < 0)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user