]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
No need to handle itemize_changes anymore.
authorWayne Davison <wayned@samba.org>
Wed, 16 Feb 2005 17:01:59 +0000 (17:01 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 16 Feb 2005 17:01:59 +0000 (17:01 +0000)
batch.c

diff --git a/batch.c b/batch.c
index 28f9a509bd065e6b413d260205c8d8293dc64007..657c9c093a4f0e042b7f5bdea0affa40a5edc465 100644 (file)
--- a/batch.c
+++ b/batch.c
@@ -8,7 +8,6 @@
 #include "rsync.h"
 #include <time.h>
 
-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
 };