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

Commit 8a315437 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 422ced07: am 374de72b: Merge "Libcutils: Remove unused variable"

* commit '422ced07':
  Libcutils: Remove unused variable
parents 7892b431 422ced07
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;