projects
/
finddup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6415f4
)
Removed an unused variable.
author
Francois Fleuret
<francois@fleuret.org>
Sun, 30 Jun 2013 12:24:15 +0000
(14:24 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 30 Jun 2013 12:24:15 +0000
(14:24 +0200)
finddup.c
patch
|
blob
|
history
diff --git
a/finddup.c
b/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;