Removed an unused variable.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 30 Jun 2013 12:24:15 +0000 (14:24 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 30 Jun 2013 12:24:15 +0000 (14:24 +0200)
finddup.c

index 124eaad..0598612 100644 (file)
--- a/finddup.c
+++ b/finddup.c
@@ -511,7 +511,7 @@ void start(const char *dirname1, const char *dirname2) {
   struct progress_state progress_state;
   int not_in, found;
   int nb_groups, nb_nodes;
-  int list1_length, previous_progress;
+  int list1_length;
 
   char *buffer1 = safe_malloc(sizeof(char) * READ_BUFFER_SIZE);
   char *buffer2 = safe_malloc(sizeof(char) * READ_BUFFER_SIZE);
@@ -541,7 +541,6 @@ void start(const char *dirname1, const char *dirname2) {
   }
 
   nb_groups = 0;
-  previous_progress = -1;
   nb_nodes = 0;
 
   progress_state.bar_width = -1;