From: Paul Eggert Date: Mon, 31 Jan 2022 16:42:07 +0000 (-0800) Subject: unexpand: remove IF_LINT X-Git-Tag: v9.1~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb99998abe1271c14353ddb1285d2dcc9c9c701a;p=thirdparty%2Fcoreutils.git unexpand: remove IF_LINT * src/unexpand.c (unexpand): Remove a no-longer-needed IF_LINT. --- diff --git a/src/unexpand.c b/src/unexpand.c index 953f92e68f..7d6100f6c9 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -166,7 +166,7 @@ unexpand (void) if (blank) { - bool last_tab IF_LINT (=0); + bool last_tab; next_tab_column = get_next_tab_column (column, &tab_index, &last_tab);