Added a "chain" item to the struct sum_buf.
[rsync/rsync.git] / match.c
diff --git a/match.c b/match.c
index 77b3a53..eae3d14 100644 (file)
--- a/match.c
+++ b/match.c
@@ -20,7 +20,6 @@
 #include "rsync.h"
 
 extern int verbose;
-extern int am_server;
 extern int do_progress;
 extern int checksum_seed;
 extern int append_mode;
@@ -128,7 +127,6 @@ static void matched(int f, struct sum_struct *s, struct map_struct *buf,
                sum_update(map_ptr(buf, last_match + j, n1), n1);
        }
 
-
        if (i >= 0)
                last_match = offset + s->sums[i].len;
        else