X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bd1a581beee5402379052df58164f57d99c7757a..61542c41de55fc31c583d43651d99cc67846e232:/options.c diff --git a/options.c b/options.c index c8d1a5cd..b0cf7234 100644 --- a/options.c +++ b/options.c @@ -660,12 +660,6 @@ int parse_arguments(int *argc, const char ***argv, int frommain) } #endif - if (block_size > MAX_BLOCK_SIZE) { - rprintf(FINFO, "limiting block-size to %d bytes\n", - MAX_BLOCK_SIZE); - block_size = MAX_BLOCK_SIZE; - } - if (write_batch && read_batch) { snprintf(err_buf, sizeof err_buf, "--write-batch and --read-batch can not be used together\n");