]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove an unnecessary FIXME comment
authorPatrick W. Plusnick II <pwplusnick2@gmail.com>
Thu, 28 Oct 2010 12:54:53 +0000 (14:54 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 28 Oct 2010 13:22:08 +0000 (15:22 +0200)
* src/seq.c (terminator): This does not need to be specifiable
via an option.  Remove the FIXME comment.

src/seq.c

index c9bdf94636e673e30efa8f568e08a5bb5d730bff..1db7665a3d8bc5752eb31b7f888ef86bd7929371 100644 (file)
--- 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[] =