gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 89/163: progress: remove a set of unused defines


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 89/163: progress: remove a set of unused defines
Date: Sun, 05 Aug 2018 12:36:55 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 0680ec9e2c3e13c28eb5ca69de7477d417b2169c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Jun 13 14:38:34 2018 +0200

    progress: remove a set of unused defines
    
    Reported-by: Peter Wu
    Closes #2654
---
 lib/progress.h | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/lib/progress.h b/lib/progress.h
index 2baa925db..92dbcbd9a 100644
--- a/lib/progress.h
+++ b/lib/progress.h
@@ -56,23 +56,10 @@ timediff_t Curl_pgrsLimitWaitTime(curl_off_t cursize,
                                   struct curltime start,
                                   struct curltime now);
 
-/* Don't show progress for sizes smaller than: */
-#define LEAST_SIZE_PROGRESS BUFSIZE
-
-#define PROGRESS_DOWNLOAD (1<<0)
-#define PROGRESS_UPLOAD   (1<<1)
-#define PROGRESS_DOWN_AND_UP (PROGRESS_UPLOAD | PROGRESS_DOWNLOAD)
-
-#define PGRS_SHOW_DL (1<<0)
-#define PGRS_SHOW_UL (1<<1)
-#define PGRS_DONE_DL (1<<2)
-#define PGRS_DONE_UL (1<<3)
 #define PGRS_HIDE    (1<<4)
 #define PGRS_UL_SIZE_KNOWN (1<<5)
 #define PGRS_DL_SIZE_KNOWN (1<<6)
-
 #define PGRS_HEADERS_OUT (1<<7) /* set when the headers have been written */
 
-
 #endif /* HEADER_CURL_PROGRESS_H */
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]