]> git.ipfire.org Git - thirdparty/coreutils.git/commit
rm: remove redundant mark_ancestor_dirs call master
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Oct 2025 20:36:40 +0000 (13:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Oct 2025 20:37:22 +0000 (13:37 -0700)
commit311c04c0596a61761790b1c0a5fa99ec59796e14
treea3b6891438cf366899140afb4598c73dab96216d
parentbae32db8fead1134e4ce5804f61ec094cf2cad0b
rm: remove redundant mark_ancestor_dirs call

* src/remove.c (rm_fts): Remove unnecessary call.  Since this code
is executed only when not recursive, there are no ancestors to mark.
src/remove.c