From 0ea9aacee9e8e69f9cfa62a4f4d26a6b75154bb4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Jan 2022 08:42:07 -0800 Subject: [PATCH] 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 c513038e76..4c17c00505 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.47.2