From: Jim Meyering Date: Fri, 12 Aug 2005 07:45:29 +0000 (+0000) Subject: (dc_parse_file): Remove comment about now-removed OPENOPTS. X-Git-Tag: CPPI-1_12~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f646f5315ba15bbce3f96e36dd358f856b8a24d;p=thirdparty%2Fcoreutils.git (dc_parse_file): Remove comment about now-removed OPENOPTS. --- diff --git a/src/dircolors.c b/src/dircolors.c index 4f1801a22a..3598c79d65 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) {