From: Paul Eggert Date: Sat, 2 Aug 2025 20:49:48 +0000 (-0700) Subject: tail: omit redundant assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2080f2fad8a0971e28e2b43fcf878d17e8e30b;p=thirdparty%2Fcoreutils.git tail: omit redundant assignment * src/tail.c (recheck): f->remote must be true already, so don’t set it to true. --- 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 {