From: Paul Eggert Date: Mon, 31 Jan 2022 16:42:07 +0000 (-0800) Subject: pr: remove IF_LINT X-Git-Tag: v9.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea9aacee9e8e69f9cfa62a4f4d26a6b75154bb4;p=thirdparty%2Fcoreutils.git pr: remove IF_LINT * src/pr.c (read_line): Remove a no-longer-needed IF_LINT. --- 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;