X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/513d3fd806137134fcdc4b9fed656311b1bfd2e6..641dc0c51e7c1196f160d8a76ba7f9c441bbc7ef:/generator.c diff --git a/generator.c b/generator.c index c961ad2a..a0bf08ee 100644 --- a/generator.c +++ b/generator.c @@ -945,10 +945,6 @@ static int try_dests_reg(struct file_struct *file, char *fname, int ndx, return -1; if (itemizing) itemize(cmpbuf, file, ndx, 0, sxp, ITEM_LOCAL_CHANGE, 0, NULL); -#ifdef SUPPORT_XATTRS - if (preserve_xattrs) - xattr_clear_locals(file); -#endif if (maybe_ATTRS_REPORT && ((!itemizing && verbose && match_level == 2) || (verbose > 1 && match_level == 3))) {