diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-08 18:24:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-08 18:24:04 +0000 |
commit | 20fd309527e1dcf59904947d72507802cfb3a3ab (patch) | |
tree | c4ba98fee6163e9199e28b5ba3f5b57e1cc5bd8b /src | |
parent | d0dfb248ae1cab6ec63d9e9c1ca157041d133426 (diff) | |
download | coreutils-20fd309527e1dcf59904947d72507802cfb3a3ab.tar.xz |
(main): Remove obsolete FIXME.
Diffstat (limited to 'src')
-rw-r--r-- | src/csplit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csplit.c b/src/csplit.c index 4f68640c7..7a931ad50 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)]; |