From 19dd0c6621b5323cfdfe487c52e4500751f684fc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Jan 2022 08:42:07 -0800 Subject: [PATCH 39/43] 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 953f92e68..7d6100f6c 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.32.0