From: Daniel Stenberg Date: Wed, 29 Nov 2000 08:17:12 +0000 (+0000) Subject: removed #if 0 section X-Git-Tag: curl-7_5~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64761bc7868d8ef63aa90a7995ed81daa10f5877;p=thirdparty%2Fcurl.git removed #if 0 section --- diff --git a/lib/file.c b/lib/file.c index 233f024724..997b6fff3e 100644 --- a/lib/file.c +++ b/lib/file.c @@ -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);