From cb99998abe1271c14353ddb1285d2dcc9c9c701a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Jan 2022 08:42:07 -0800 Subject: [PATCH] unexpand: remove IF_LINT * src/unexpand.c (unexpand): Remove a no-longer-needed IF_LINT. --- src/unexpand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2