summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-15 03:31:42 +0000
committerJim Meyering <jim@meyering.net>1997-09-15 03:31:42 +0000
commite33f73ba8d28883d0915b69c248cdf8432dd4b53 (patch)
tree402e512e7a296f707d726a2f3d6ef0e00093ec04 /src/rm.c
parente01071c1d765b4e0dc5cb24d58e95a814a2e73de (diff)
downloadcoreutils-e33f73ba8d28883d0915b69c248cdf8432dd4b53.tar.xz
remove obsolete comment
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rm.c b/src/rm.c
index a6383b37d..a304df983 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -607,8 +607,7 @@ remove_cwd_entries (void)
/* Query the user if appropriate, and if ok try to remove the
file or directory specified by FS. Return RM_OK if it is removed,
- and RM_ERROR or RM_USER_DECLINED if not.
- FIXME: describe IS_DIR parameter. */
+ and RM_ERROR or RM_USER_DECLINED if not. */
static enum RM_status
remove_file (struct File_spec *fs)