X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=finddup.git;a=blobdiff_plain;f=finddup.c;fp=finddup.c;h=059861238a6366b037d89b29b35cb15712325c5b;hp=124eaade53ea428f06abec5afb3ec0db1727afd2;hb=f45101063a6e7d071725d424b5841f91fe219f59;hpb=a6415f4fa0d3003501242a22f59cb880fe43c0a0 diff --git a/finddup.c b/finddup.c index 124eaad..0598612 100644 --- 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;