X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/26a7af26aa149017e2b16a0b96d74d3bacc7a7f1..93465f51bcc2484a1bdf0f94ed3b812fa5c39576:/options.c diff --git a/options.c b/options.c index 4a7516d9..dce215e8 100644 --- a/options.c +++ b/options.c @@ -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;