summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index 9a9c5fc0e..4d867565c 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -88,7 +88,6 @@ rm_option_init (struct rm_options *x)
{
x->unlink_dirs = 0;
- /* FIXME: maybe this should be 1. The POSIX spec doesn't specify. */
x->ignore_missing_files = 0;
x->recursive = 1;