diff options
author | Wayne Davison <wayned@samba.org> | 2008-07-21 00:10:22 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-07-21 00:10:22 -0700 |
commit | 93465f51bcc2484a1bdf0f94ed3b812fa5c39576 (patch) | |
tree | 91193ab84f22ced214fd20496b1570b74ab93635 /options.c | |
parent | 26a7af26aa149017e2b16a0b96d74d3bacc7a7f1 (diff) | |
download | rsync-93465f51bcc2484a1bdf0f94ed3b812fa5c39576.tar.gz rsync-93465f51bcc2484a1bdf0f94ed3b812fa5c39576.tar.bz2 rsync-93465f51bcc2484a1bdf0f94ed3b812fa5c39576.zip |
Improved var-checker and tweaked all the issues it found.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -78,7 +78,6 @@ int def_compress_level = Z_DEFAULT_COMPRESSION; int am_root = 0; /* 0 = normal, 1 = root, 2 = --super, -1 = --fake-super */ int am_server = 0; int am_sender = 0; -int am_generator = 0; int am_starting_up = 1; int relative_paths = -1; int implied_dirs = 1; @@ -87,7 +86,6 @@ int msgs2stderr = 0; int allow_8bit_chars = 0; int force_delete = 0; int io_timeout = 0; -int allowed_lull = 0; int prune_empty_dirs = 0; int use_qsort = 0; char *files_from = NULL; |