fixed a bug that made us use only 16 bits of the file checksum when
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index db9201a..807409e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -23,8 +23,6 @@ time_t starttime = 0;
 
 struct stats stats;
 
-extern int csum_length;
-
 extern int verbose;
 
 static void report(int f)