summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dircolors.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 4f1801a22..3598c79d6 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -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)
{