summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mv.c b/src/mv.c
index ad1f4b110..deecc5395 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -56,10 +56,6 @@
#include "remove.h"
#include "error.h"
-#if HAVE_LCHOWN
-# define chown(PATH, OWNER, GROUP) lchown(PATH, OWNER, GROUP)
-#endif
-
/* Initial number of entries in each hash table entry's table of inodes. */
#define INITIAL_HASH_MODULE 100