From 30e207fa46f2494563ee82ad850f13e53c922842 Mon Sep 17 00:00:00 2001 From: "Patrick W. Plusnick II" Date: Thu, 28 Oct 2010 14:54:53 +0200 Subject: maint: remove an unnecessary FIXME comment * src/seq.c (terminator): This does not need to be specifiable via an option. Remove the FIXME comment. --- src/seq.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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[] = -- cgit v1.2.3-54-g00ecf