From 24787acd088e36e8f258f1b902ec6fc241b44f65 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 12 Nov 2005 20:30:40 +0000 Subject: [PATCH] Moved the DEL_* flags into generator.c. --- rsync.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rsync.h b/rsync.h index b97b909b..7b327654 100644 --- a/rsync.h +++ b/rsync.h @@ -134,11 +134,6 @@ #define FNAMECMP_BACKUP 0x82 #define FNAMECMP_FUZZY 0x83 -/* For calling delete_file() */ -#define DEL_NO_RECURSE (1<<1) -#define DEL_FORCE_RECURSE (1<<2) /* recurse even w/o --force */ -#define DEL_TERSE (1<<3) - /* For use by the itemize_changes code */ #define ITEM_REPORT_CHECKSUM (1<<1) #define ITEM_REPORT_SIZE (1<<2) -- 2.34.1