]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tail: omit redundant assignment
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Aug 2025 20:49:48 +0000 (13:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2025 02:48:06 +0000 (19:48 -0700)
commit0b2080f2fad8a0971e28e2b43fcf878d17e8e30b
treea976ecda0db9acb7cdf052e1720fc170db47987c
parent2d386993e28c8cca6be7f28271268192c3cbd094
tail: omit redundant assignment

* src/tail.c (recheck): f->remote must be true already,
so don’t set it to true.
src/tail.c