vc-dir-update: Remove assertion invalid on this branch

* lisp/vc/vc-dir.el (vc-dir-update): Remove assertion invalid on
the emacs-31 branch.  Do not merge to master.
This commit is contained in:
Sean Whitton 2026-06-30 17:11:23 +01:00
parent 7b812bc38a
commit a057a32bf9

View file

@ -646,8 +646,7 @@ Also update some VC file properties from ENTRIES."
(or (null next)
(vc-dir-fileinfo->directory (ewoc-data next)))))
(ewoc-delete vc-ewoc crt)))
(setq crt prev))))
(cl-assert (null to-remove))))
(setq crt prev))))))
;; Update VC file properties.
(pcase-dolist (`(,file ,state ,_extra) entries)
(vc-file-setprop file 'vc-backend