remove obsolete comment
authorJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 03:31:42 +0000 (03:31 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 03:31:42 +0000 (03:31 +0000)
src/rm.c

index a6383b3..a304df9 100644 (file)
--- 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)