From: Jim Meyering Date: Sat, 25 Jul 1998 15:30:08 +0000 (+0000) Subject: (SAME_INODE): Remove definition. X-Git-Tag: FILEUTILS-3_16s~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba948db7e775d20364e5e0720322acc016f5965;p=thirdparty%2Fcoreutils.git (SAME_INODE): Remove definition. --- diff --git a/src/copy.c b/src/copy.c index 0f2ae38102..cf9f1b2591 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;