summaryrefslogtreecommitdiff
path: root/trimslash.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-04-26 14:05:27 -0700
committerWayne Davison <wayne@opencoder.net>2020-04-26 14:54:43 -0700
commitf14adfd75e72d3bf5833eebe85f3ed9c1b4cb477 (patch)
treeac2a210fe86d1af892d87c12e654afcc31ef4a21 /trimslash.c
parentd218be3482fc3567a9393de6c133efd7266db243 (diff)
downloadrsync-f14adfd75e72d3bf5833eebe85f3ed9c1b4cb477.tar.gz
Some var cleanup; move test-util vars into t_stub.c.
Diffstat (limited to 'trimslash.c')
-rw-r--r--trimslash.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/trimslash.c b/trimslash.c
index 60a746cb..1ec928ca 100644
--- a/trimslash.c
+++ b/trimslash.c
@@ -26,11 +26,6 @@ int am_root = 0;
int am_sender = 1;
int read_only = 1;
int list_only = 0;
-int preserve_perms = 0;
-int preserve_executability = 0;
-int preallocate_files = 0;
-int open_noatime = 0;
-int inplace = 0;
int
main(int argc, char **argv)