]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
The ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed.
authorWayne Davison <wayned@samba.org>
Thu, 15 Dec 2005 22:59:59 +0000 (22:59 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 15 Dec 2005 22:59:59 +0000 (22:59 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 7b3276549b7b3fcb13e942341dd5fbfdafbf7dba..73cc3555331641f5bc342b3fb8677ecefe6a7963 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define ITEM_LOCAL_CHANGE (1<<14)
 #define ITEM_TRANSFER (1<<15)
 /* These are outside the range of the transmitted flags. */
-#define ITEM_NO_DEST_AND_NO_UPDATE (1<<16) /* used by itemize() */
 #define ITEM_MISSING_DATA (1<<16)         /* used by log_formatted() */
 #define ITEM_DELETED (1<<17)              /* used by log_formatted() */