From: Patrick W. Plusnick II Date: Thu, 28 Oct 2010 12:54:53 +0000 (+0200) Subject: maint: remove an unnecessary FIXME comment X-Git-Tag: v8.7~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e207fa46f2494563ee82ad850f13e53c922842;p=thirdparty%2Fcoreutils.git maint: remove an unnecessary FIXME comment * src/seq.c (terminator): This does not need to be specifiable via an option. Remove the FIXME comment. --- diff --git a/src/seq.c b/src/seq.c index c9bdf94636..1db7665a3d 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[] =