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 this is both more efficient than the former call to download() and
it avoids problems with select() and recv() on file descriptors it avoids problems with select() and recv() on file descriptors
in Winsock */ in Winsock */
#if 0
ProgressInit (data, expected_size);
#endif
if(expected_size != -1) if(expected_size != -1)
pgrsSetDownloadSize(data, expected_size); pgrsSetDownloadSize(data, expected_size);