diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/connect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c index 6f45e60d3..77bcb56d1 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -493,7 +493,6 @@ static void Curl_setNoDelay(struct connectdata *conn, #else (void)conn; (void)sockfd; - (void)ip; #endif } |