am 374de72b: Merge "Libcutils: Remove unused variable"
* commit '374de72bbc218198e6a5f09ae4da853d02199b5c': Libcutils: Remove unused variable
This commit is contained in:
commit
422ced07e5
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ int socket_network_client_timeout(const char *host, int port, int type, int time
|
||||||
{
|
{
|
||||||
struct hostent *hp;
|
struct hostent *hp;
|
||||||
struct sockaddr_in addr;
|
struct sockaddr_in addr;
|
||||||
socklen_t alen;
|
|
||||||
int s;
|
int s;
|
||||||
int flags = 0, error = 0, ret = 0;
|
int flags = 0, error = 0, ret = 0;
|
||||||
fd_set rset, wset;
|
fd_set rset, wset;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue