diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-27 11:15:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-27 11:15:50 +0000 |
commit | ed22afe5fbf4b68a7c7e82fb3b3f75d533963d52 (patch) | |
tree | fdb660c0b9920cb1c371930c39c1abaa1adc98f5 | |
parent | 843391c74550930b176b15b7dbde588564b84879 (diff) |
Tor fixed a left-over from the ip argument to setnodelay
-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 } |