From: Jim Meyering Date: Mon, 16 Oct 2000 08:09:57 +0000 (+0000) Subject: (rm_option_init): Remove FIXME-maybe comment. X-Git-Tag: TEXTUTILS-2_0_8~79 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d15557db96d4232681987758a747791c9d2f74bb;p=thirdparty%2Fcoreutils.git (rm_option_init): Remove FIXME-maybe comment. --- diff --git a/src/mv.c b/src/mv.c index 9a9c5fc0e1..4d867565cd 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;