diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-29 08:17:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-29 08:17:12 +0000 |
commit | 64761bc7868d8ef63aa90a7995ed81daa10f5877 (patch) | |
tree | aaa03ce763868cd6b7b42f73478cb5a8b00bee66 /lib | |
parent | 9980568f42a8954e74171f25d416ba39131ee2c9 (diff) |
removed #if 0 section
Diffstat (limited to 'lib')
-rw-r--r-- | lib/file.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/file.c b/lib/file.c index 233f02472..997b6fff3 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); |