* src/remove.c (rm_fts): Remove unnecessary call. Since this code
is executed only when not recursive, there are no ancestors to mark.
if (x->remove_empty_directories)
return RM_OK;
error (0, EISDIR, _("cannot remove %s"), quoteaf (ent->fts_path));
if (x->remove_empty_directories)
return RM_OK;
error (0, EISDIR, _("cannot remove %s"), quoteaf (ent->fts_path));
- mark_ancestor_dirs (ent);
ignore_value (fts_read (fts));
return RM_ERROR;
}
ignore_value (fts_read (fts));
return RM_ERROR;
}