X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4079d6a68495a837057f5171b26e45308e9e5681..bc40a305032db262e72b92c938203fd2bd42e4c9:/receiver.c diff --git a/receiver.c b/receiver.c index cd24320d..74c2e752 100644 --- a/receiver.c +++ b/receiver.c @@ -836,11 +836,6 @@ int recv_files(int f_in, char *local_name) if (phase == 2 && delay_updates) /* for protocol_version < 29 */ handle_delayed_updates(local_name); - if (read_batch) { - read_int(batch_gen_fd); /* Discard -1 */ - read_del_stats(batch_gen_fd); - } - if (DEBUG_GTE(RECV, 1)) rprintf(FINFO,"recv_files finished\n");