aboutsummaryrefslogtreecommitdiffstats
path: root/checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/checksum.c b/checksum.c
index 3decf78b..8e584fab 100644
--- a/checksum.c
+++ b/checksum.c
@@ -117,16 +117,6 @@ void file_checksum(char *fname,char *sum,OFF_T size)
}
-void checksum_init(void)
-{
- if (remote_version >= 14)
- csum_length = 2; /* adaptive */
- else
- csum_length = SUM_LENGTH;
-}
-
-
-
static int sumresidue;
static char sumrbuf[CSUM_CHUNK];
static struct mdfour md;