remove obsolete FIXME
authorJim Meyering <jim@meyering.net>
Tue, 14 Jun 2005 07:55:32 +0000 (07:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Jun 2005 07:55:32 +0000 (07:55 +0000)
src/install.c

index b885fae..049d7ab 100644 (file)
@@ -423,7 +423,7 @@ install_file_in_file_parents (char const *from, char const *to,
         that this option is intended mainly to help installers when the
         distribution doesn't provide proper install rules.  */
       mode_t dir_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
-      bool different_cwd; /* FIXME: use this */
+      bool different_cwd;
       ok = make_dir_parents (dest_dir, dir_mode, dir_mode,
                             owner_id, group_id, true,
                             (x->verbose ? _("creating directory %s") : NULL),