From 20fd309527e1dcf59904947d72507802cfb3a3ab Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Oct 2003 18:24:04 +0000 Subject: [PATCH] (main): Remove obsolete FIXME. --- src/csplit.c | 2 -- 1 file changed, 2 deletions(-) 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)]; -- 2.47.2