X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b3bf9b9df95137a3a43248be9599d919b04877af..f8605c5b89720a09b8aa0d5e7aa3ea27b1ebbf4f:/sender.c diff --git a/sender.c b/sender.c index 8506ac66..bf8221de 100644 --- a/sender.c +++ b/sender.c @@ -201,8 +201,6 @@ void send_files(int f_in, int f_out) break; if (DEBUG_GTE(SEND, 1)) rprintf(FINFO, "send_files phase=%d\n", phase); - if (phase == 2) - read_del_stats(f_in); write_ndx(f_out, NDX_DONE); continue; }