]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(rm_option_init): Remove FIXME-maybe comment.
authorJim Meyering <jim@meyering.net>
Mon, 16 Oct 2000 08:09:57 +0000 (08:09 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 16 Oct 2000 08:09:57 +0000 (08:09 +0000)
src/mv.c

index 9a9c5fc0e157b607d99d8eb3e091825530356c11..4d867565cd729d2f76826b402f97eb453707aa37 100644 (file)
--- 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;