include/exclude cluestick: with -vv, print out whether files are
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 588219f..5f61caa 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -344,7 +344,6 @@ struct map_struct {
 };
 
 struct exclude_struct {
-       char *orig;
        char *pattern;
        int regular_exp;
        int fnmatch_flags;