From: Jim Meyering Date: Wed, 8 Oct 2003 18:24:04 +0000 (+0000) Subject: (main): Remove obsolete FIXME. X-Git-Tag: v5.1.0~446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20fd309527e1dcf59904947d72507802cfb3a3ab;p=thirdparty%2Fcoreutils.git (main): Remove obsolete FIXME. --- diff --git a/src/csplit.c b/src/csplit.c index 4f68640c70..7a931ad50f 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -944,8 +944,6 @@ close_output_file (void) } else { - /* FIXME: if we write to stdout here, we have to close stdout - and check for errors. */ if (!suppress_count) { char buf[INT_BUFSIZE_BOUND (uintmax_t)];