summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mv.c b/src/mv.c
index 46aad167e..c8e504e28 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -248,9 +248,6 @@ do_move (const char *source, const char *dest, const struct cp_options *x)
assert (VALID_STATUS (status));
if (status == RM_ERROR)
fail = 1;
-
- if (fail)
- error (0, errno, _("cannot remove %s"), quote (dir_to_remove));
}
}