diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-16 08:09:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-16 08:09:57 +0000 |
commit | d15557db96d4232681987758a747791c9d2f74bb (patch) | |
tree | bdb8409c5fa713bbecd264ba34d26e95bbad39be | |
parent | b31c11e46b0181cd847a88b6c4ccf711644b159e (diff) | |
download | coreutils-d15557db96d4232681987758a747791c9d2f74bb.tar.xz |
(rm_option_init): Remove FIXME-maybe comment.
-rw-r--r-- | src/mv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |