X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/41961db0bd8e54d3f62c7e706125e01be357a261..f08ca43472b518b93230acd853532d79b7e8a3a5:/batch.c diff --git a/batch.c b/batch.c index 28f9a509..657c9c09 100644 --- a/batch.c +++ b/batch.c @@ -8,7 +8,6 @@ #include "rsync.h" #include -extern int itemize_changes; extern int am_sender; extern int eol_nulls; extern int recurse; @@ -34,7 +33,6 @@ static int *flag_ptr[] = { &preserve_devices, &preserve_hard_links, &always_checksum, - &itemize_changes, NULL }; @@ -47,7 +45,6 @@ static char *flag_name[] = { "--hard-links (-H)", "--checksum (-c)", "--dirs (-d)", - "--itemize-changes (-i)", NULL };