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

Commit 374de72b authored by Andreas Gampe's avatar Andreas Gampe Committed by Gerrit Code Review
Browse files

Merge "Libcutils: Remove unused variable"

parents f96c7bd4 50c15f98
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;