summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-16 08:09:57 +0000
committerJim Meyering <jim@meyering.net>2000-10-16 08:09:57 +0000
commitd15557db96d4232681987758a747791c9d2f74bb (patch)
treebdb8409c5fa713bbecd264ba34d26e95bbad39be /src/mv.c
parentb31c11e46b0181cd847a88b6c4ccf711644b159e (diff)
downloadcoreutils-d15557db96d4232681987758a747791c9d2f74bb.tar.xz
(rm_option_init): Remove FIXME-maybe comment.
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;