comments: remove old and wrong multi/easy interface statements

This commit is contained in:
Daniel Stenberg
2013-08-09 23:39:09 +02:00
parent 08adecc9a1
commit 2af0b10c95
5 changed files with 7 additions and 10 deletions

View File

@@ -2567,8 +2567,8 @@ void Curl_expire(struct SessionHandle *data, long milli)
struct timeval *nowp = &data->state.expiretime;
int rc;
/* this is only interesting for multi-interface using libcurl, and only
while there is still a multi interface struct remaining! */
/* this is only interesting while there is still an associated multi struct
remaining! */
if(!multi)
return;