Commit 4cd027f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

singleipconnect: remove dead assignment

pointed out by clang-analyzer
parent bd1f170a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -934,7 +934,6 @@ singleipconnect(struct connectdata *conn,
      error = SOCKERRNO;
  }
  else {
    rc = 0;
    *sockp = sockfd;
    return CURLE_OK;
  }