aboutsummaryrefslogtreecommitdiffstats
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-07-21 00:10:22 -0700
committerWayne Davison <wayned@samba.org>2008-07-21 00:10:22 -0700
commit93465f51bcc2484a1bdf0f94ed3b812fa5c39576 (patch)
tree91193ab84f22ced214fd20496b1570b74ab93635 /checksum.c
parent26a7af26aa149017e2b16a0b96d74d3bacc7a7f1 (diff)
downloadandroid_external_rsync-93465f51bcc2484a1bdf0f94ed3b812fa5c39576.tar.gz
android_external_rsync-93465f51bcc2484a1bdf0f94ed3b812fa5c39576.tar.bz2
android_external_rsync-93465f51bcc2484a1bdf0f94ed3b812fa5c39576.zip
Improved var-checker and tweaked all the issues it found.
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/checksum.c b/checksum.c
index a5c0a432..9b6ec857 100644
--- a/checksum.c
+++ b/checksum.c
@@ -24,8 +24,6 @@
extern int checksum_seed;
extern int protocol_version;
-int csum_length = SHORT_SUM_LENGTH; /* initial value */
-
/*
a simple 32 bit checksum that can be upadted from either end
(inspired by Mark Adler's Adler-32 checksum)