]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(dc_parse_file): Remove comment about now-removed OPENOPTS.
authorJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 07:45:29 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 07:45:29 +0000 (07:45 +0000)
src/dircolors.c

index 4f1801a22afdcf8b1f7a149770c108bcea1346c5..3598c79d65d5f801becfecd538f97e323a6a5c27 100644 (file)
@@ -384,10 +384,6 @@ dc_parse_file (const char *filename)
     }
   else
     {
-      /* OPENOPTS is a macro.  It varies with the system.
-        Some systems distinguish between internal and
-        external text representations.  */
-
       fp = fopen (filename, "r");
       if (fp == NULL)
        {