(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 4f1801a..3598c79 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)
        {