diff options
-rw-r--r-- | src/copy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/copy.c b/src/copy.c index 0f2ae3810..cf9f1b259 100644 --- a/src/copy.c +++ b/src/copy.c @@ -41,10 +41,6 @@ or if the target system doesn't support file ownership. */ \ && ((errno != EPERM && errno != EINVAL) || x->myeuid == 0)) -#define SAME_INODE(Sb_1, Sb_2) \ - ((Sb_1).st_ino == (Sb_2).st_ino \ - && (Sb_1).st_dev == (Sb_2).st_dev) - struct dir_list { struct dir_list *parent; |