From ed22afe5fbf4b68a7c7e82fb3b3f75d533963d52 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sat, 27 Mar 2004 11:15:50 +0000
Subject: [PATCH] Tor fixed a left-over from the ip argument to setnodelay

---
 lib/connect.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/connect.c b/lib/connect.c
index 6f45e60d37..77bcb56d14 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
 }
 
-- 
GitLab