From 64761bc7868d8ef63aa90a7995ed81daa10f5877 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Nov 2000 08:17:12 +0000 Subject: removed #if 0 section --- lib/file.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') 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); -- cgit v1.2.3