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

src/pr.c

index c513038e767626af212c2582a856c3d40db66e11..4c17c0050536c170c3cd1d8cd27622ef7945b233 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -2415,7 +2415,7 @@ static bool
 read_line (COLUMN *p)
 {
   int c;
-  int chars IF_LINT ( = 0);
+  int chars;
   int last_input_position;
   int j, k;
   COLUMN *q;