From: Jim Meyering Date: Mon, 15 Sep 1997 03:31:42 +0000 (+0000) Subject: remove obsolete comment X-Git-Tag: TEXTUTILS-1_22a~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e33f73ba8d28883d0915b69c248cdf8432dd4b53;p=thirdparty%2Fcoreutils.git remove obsolete comment --- diff --git a/src/rm.c b/src/rm.c index a6383b37d4..a304df9834 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)