From: Wayne Davison Date: Thu, 15 Dec 2005 22:59:59 +0000 (+0000) Subject: The ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed. X-Git-Tag: v2.6.7pre1~290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7987ece7cc75f39dd7a952e4648e84fef278b80c;p=thirdparty%2Frsync.git The ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed. --- diff --git a/rsync.h b/rsync.h index 7b327654..73cc3555 100644 --- a/rsync.h +++ b/rsync.h @@ -148,7 +148,6 @@ #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() */