diff options
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); | 
