1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed #if 0 section

This commit is contained in:
Daniel Stenberg 2000-11-29 08:17:12 +00:00
parent 9980568f42
commit 64761bc786

View File

@ -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);