Tor fixed a left-over from the ip argument to setnodelay

This commit is contained in:
Daniel Stenberg 2004-03-27 11:15:50 +00:00
parent 843391c745
commit ed22afe5fb

View File

@ -493,7 +493,6 @@ static void Curl_setNoDelay(struct connectdata *conn,
#else
(void)conn;
(void)sockfd;
(void)ip;
#endif
}