From 0b2080f2fad8a0971e28e2b43fcf878d17e8e30b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 2 Aug 2025 13:49:48 -0700 Subject: [PATCH] tail: omit redundant assignment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/tail.c (recheck): f->remote must be true already, so don’t set it to true. --- src/tail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tail.c b/src/tail.c index 5543cc24cd..13a09942b9 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1029,7 +1029,6 @@ recheck (struct File_spec *f, bool blocking) error (0, 0, _("%s has been replaced with an untailable remote file"), quoteaf (f->prettyname)); f->ignore = true; - f->remote = true; } else { -- 2.47.2