summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-25 15:30:08 +0000
committerJim Meyering <jim@meyering.net>1998-07-25 15:30:08 +0000
commit3ba948db7e775d20364e5e0720322acc016f5965 (patch)
tree3e53ec14c7bbdc47f5e467b1cd6cd51c383150e2 /src/copy.c
parentd1f9e2315b22cf978c0b29a28cbb9eca03fe9b1a (diff)
downloadcoreutils-3ba948db7e775d20364e5e0720322acc016f5965.tar.xz
(SAME_INODE): Remove definition.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c4
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;