summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-12 07:45:29 +0000
committerJim Meyering <jim@meyering.net>2005-08-12 07:45:29 +0000
commit5f646f5315ba15bbce3f96e36dd358f856b8a24d (patch)
tree7be0c54bd46e3b44ecfa5ee9f26bb0a00302a1e8 /src
parentc0c63502f01f226adaac4dbc1d94ac63e6a56dd5 (diff)
downloadcoreutils-5f646f5315ba15bbce3f96e36dd358f856b8a24d.tar.xz
(dc_parse_file): Remove comment about now-removed OPENOPTS.
Diffstat (limited to 'src')
-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)
{