commit | 8a315437542b0cb88fe200d8f53f5388cfea5258 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Nov 25 19:56:50 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Nov 25 19:56:50 2014 +0000 |
tree | a00656daa9b32d9f15c39e201632685195f50287 | |
parent | 7892b43122027aecf3d59ab3a066022fa8271ac6 [diff] | |
parent | 422ced07e5a7353895e5a835236c2356b4e69330 [diff] |
am 422ced07: am 374de72b: Merge "Libcutils: Remove unused variable" * commit '422ced07e5a7353895e5a835236c2356b4e69330': Libcutils: Remove unused variable
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 @@ { struct hostent *hp; struct sockaddr_in addr; - socklen_t alen; int s; int flags = 0, error = 0, ret = 0; fd_set rset, wset;