summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-25 18:51:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-25 18:51:52 +0000
commit422ced07e5a7353895e5a835236c2356b4e69330 (patch)
tree503f3dd97483b57a18766f80b1b1d5086da364c8
parent022a6c54b405ca517740e33d75b7c3514e2d384e (diff)
parent374de72bbc218198e6a5f09ae4da853d02199b5c (diff)
downloadsystem_core-422ced07e5a7353895e5a835236c2356b4e69330.zip
system_core-422ced07e5a7353895e5a835236c2356b4e69330.tar.gz
system_core-422ced07e5a7353895e5a835236c2356b4e69330.tar.bz2
am 374de72b: Merge "Libcutils: Remove unused variable"
* commit '374de72bbc218198e6a5f09ae4da853d02199b5c': Libcutils: Remove unused variable
-rw-r--r--libcutils/socket_network_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcutils/socket_network_client.c b/libcutils/socket_network_client.c
index 4826033..e0031ba 100644
--- a/libcutils/socket_network_client.c
+++ b/libcutils/socket_network_client.c
@@ -45,7 +45,6 @@ int socket_network_client_timeout(const char *host, int port, int type, int time
{
struct hostent *hp;
struct sockaddr_in addr;
- socklen_t alen;
int s;
int flags = 0, error = 0, ret = 0;
fd_set rset, wset;