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 7b32765..73cc355 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() */