]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Remove useless comment.
authorWayne Davison <wayne@opencoder.net>
Tue, 16 Aug 2022 04:56:37 +0000 (21:56 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 16 Aug 2022 04:56:37 +0000 (21:56 -0700)
exclude.c

index 296d69dfc1a1fc09202e34ddc0db4a6e371e3093..730d04ef6f58f969af5b9a2acfe73c0b4c41b120 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -372,7 +372,7 @@ void free_implied_include_partial_string()
 void add_implied_include(const char *arg, int skip_daemon_module)
 {
        int arg_len, saw_wild = 0, saw_live_open_brkt = 0, backslash_cnt = 0;
-       int slash_cnt = 0; /* We know we're adding a leading slash. */
+       int slash_cnt = 0;
        const char *cp;
        char *p;
        if (trust_sender_args)