summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-06-30 08:58:40 -0700
committerWayne Davison <wayned@samba.org>2010-06-30 09:17:26 -0700
commit55dbbdeafea0b7af0b96d789368942af9edd9743 (patch)
tree13a80c168f82b39f4c18f0f37f654a935f5f6436 /checksum.c
parentcbd27d5e18f3996e9c421481e64504600a659f3a (diff)
downloadrsync-55dbbdeafea0b7af0b96d789368942af9edd9743.tar.gz
Fixed inconsistencies reported by packaging/var-checker.
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 4aaeb954..90d6ee3a 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)