1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 04:21:24 -08:00

; vc-test-exec-after-3: Delete unused FAILS local value.

This commit is contained in:
Sean Whitton 2025-12-07 15:04:34 +00:00
parent 0391b3f94e
commit 459ecb3d26

View file

@ -111,7 +111,6 @@
(with-temp-buffer
(let ((proc (start-process-shell-command "test" (current-buffer) "false"))
(fails (start-process "test2" nil "false"))
success)
(vc-exec-after (lambda () (setq success t)) 0)
(vc-test--exec-after-wait)