commit | 374de72bbc218198e6a5f09ae4da853d02199b5c | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Nov 24 18:09:46 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 24 18:09:46 2014 +0000 |
tree | 6baeeb7c655d4b12c90c3dbdb33977255e6033b0 | |
parent | f96c7bd4b0c9c6e5770cda034b696212c9c6336d [diff] | |
parent | 50c15f980d8e5d4cf56ad5e0265467846c209f56 [diff] |
Merge "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;