]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed #if 0 section
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Nov 2000 08:17:12 +0000 (08:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Nov 2000 08:17:12 +0000 (08:17 +0000)
lib/file.c

index 233f024724335c006ffd224b0d59cb3232462175..997b6fff3eb5a2a29d0d3d79d2eb4df163a99221 100644 (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);