Skip to content

Commit c7a2acb

Browse files
committed
remove unused variable
1 parent a32e395 commit c7a2acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/session_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ nc_connect_inout(int fdin, int fdout, struct ly_ctx *ctx)
905905
static int
906906
_non_blocking_connect(int timeout, int* sock_pending, struct addrinfo *res)
907907
{
908-
int i=1, flags, ret=0;
908+
int flags, ret=0;
909909
int sock = -1;
910910
fd_set wset;
911911
struct timeval ts;

0 commit comments

Comments
 (0)