commit | 50c15f980d8e5d4cf56ad5e0265467846c209f56 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Nov 24 10:04:56 2014 -0800 |
committer | Andreas Gampe <agampe@google.com> | Mon Nov 24 10:04:56 2014 -0800 |
tree | e6e0d6cdd64844d8ec99f0ba0247326bae0db58a | |
parent | 7f187c5f95d6bf0514e71e0e074768bd5395d45f [diff] |
Libcutils: Remove unused variable For build-system CFLAGS clean-up, remove unused variable. Change-Id: Iaf6dd7b84ee4ef4734a48b37a4d0ca8287ca5fb5
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;