Skip to content

Commit

Permalink
No need to handle itemize_changes anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Feb 16, 2005
1 parent e92f21d commit 9b40e44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions batch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -34,7 +33,6 @@ static int *flag_ptr[] = {
&preserve_devices,
&preserve_hard_links,
&always_checksum,
&itemize_changes,
NULL
};

Expand All @@ -47,7 +45,6 @@ static char *flag_name[] = {
"--hard-links (-H)",
"--checksum (-c)",
"--dirs (-d)",
"--itemize-changes (-i)",
NULL
};

Expand Down

0 comments on commit 9b40e44

Please sign in to comment.