From 3ba948db7e775d20364e5e0720322acc016f5965 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Jul 1998 15:30:08 +0000 Subject: [PATCH] (SAME_INODE): Remove definition. --- src/copy.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/copy.c b/src/copy.c index 0f2ae38..cf9f1b2 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; -- 2.7.4