Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50c15f98 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Libcutils: Remove unused variable

For build-system CFLAGS clean-up, remove unused variable.

Change-Id: Iaf6dd7b84ee4ef4734a48b37a4d0ca8287ca5fb5
parent 7f187c5f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;