]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
unexpand: remove IF_LINT
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Jan 2022 16:42:07 +0000 (08:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Jan 2022 20:07:39 +0000 (12:07 -0800)
* src/unexpand.c (unexpand): Remove a no-longer-needed IF_LINT.

src/unexpand.c

index 953f92e68f212b4cfada47cc760bc445ea614eeb..7d6100f6c95e33033e011c0c8343191cc5b3a6f1 100644 (file)
@@ -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);