summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
authorPatrick W. Plusnick II <pwplusnick2@gmail.com>2010-10-28 14:54:53 +0200
committerJim Meyering <meyering@redhat.com>2010-10-28 15:22:08 +0200
commit30e207fa46f2494563ee82ad850f13e53c922842 (patch)
tree628b52e919971c2604136154f52203b611b0e423 /src/seq.c
parent883ac22239036025896ff99bd4b2a6d02712f39f (diff)
downloadcoreutils-30e207fa46f2494563ee82ad850f13e53c922842.tar.xz
maint: remove an unnecessary FIXME comment
* src/seq.c (terminator): This does not need to be specifiable via an option. Remove the FIXME comment.
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seq.c b/src/seq.c
index c9bdf9463..1db7665a3 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -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[] =