From 62c791409cfef508cc5f910f3557d38b3d9d05b2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Jan 2022 08:42:07 -0800 Subject: [PATCH 38/43] pr: remove IF_LINT * src/pr.c (read_line): Remove a no-longer-needed IF_LINT. --- src/pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pr.c b/src/pr.c index c513038e7..4c17c0050 100644 --- 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; -- 2.32.0