]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
expand: 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/expand.c (expand): Remove no-longer-needed IF_LINT.

src/expand.c

index d616997dca35a46cb185634f5c8abdee57e4e8c6..ed78ca81d7fc88a7be6e890572ee22cd5b39fe4c 100644 (file)
@@ -133,7 +133,7 @@ expand (void)
                 {
                   /* Column the next input tab stop is on.  */
                   uintmax_t next_tab_column;
-                  bool last_tab IF_LINT (=0);
+                  bool last_tab;
 
                   next_tab_column = get_next_tab_column (column, &tab_index,
                                                          &last_tab);