1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

maint: remove an unnecessary FIXME comment

* src/seq.c (terminator): This does not need to be specifiable
via an option.  Remove the FIXME comment.
This commit is contained in:
Patrick W. Plusnick II
2010-10-28 14:54:53 +02:00
committed by Jim Meyering
parent 883ac22239
commit 30e207fa46

View File

@@ -46,7 +46,6 @@ static char const *separator;
/* The string output after all numbers have been output.
Usually "\n" or "\0". */
/* FIXME: make this an option. */
static char const terminator[] = "\n";
static struct option const long_options[] =