mirror of
https://github.com/curl/curl.git
synced 2026-05-17 00:26:21 +03:00
removed #if 0 section
This commit is contained in:
parent
9980568f42
commit
64761bc786
1 changed files with 0 additions and 3 deletions
|
|
@ -155,9 +155,6 @@ CURLcode file(struct connectdata *conn)
|
|||
this is both more efficient than the former call to download() and
|
||||
it avoids problems with select() and recv() on file descriptors
|
||||
in Winsock */
|
||||
#if 0
|
||||
ProgressInit (data, expected_size);
|
||||
#endif
|
||||
if(expected_size != -1)
|
||||
pgrsSetDownloadSize(data, expected_size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue