diff options
author | Andreas Gampe <agampe@google.com> | 2014-11-25 18:51:52 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-25 18:51:52 +0000 |
commit | 422ced07e5a7353895e5a835236c2356b4e69330 (patch) | |
tree | 503f3dd97483b57a18766f80b1b1d5086da364c8 /libcutils | |
parent | 022a6c54b405ca517740e33d75b7c3514e2d384e (diff) | |
parent | 374de72bbc218198e6a5f09ae4da853d02199b5c (diff) | |
download | system_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
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/socket_network_client.c | 1 |
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; |