Skip to content

Commit 311d131

Browse files
committed
Delete now unused function
1 parent 3eefe68 commit 311d131

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

diff-hl.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,6 @@ contents as they are (or would be) after applying the changes in NEW."
583583
(setq old (cdr old)))
584584
ref))
585585

586-
(defun diff-hl-process-wait (buf)
587-
(let ((proc (get-buffer-process buf)))
588-
(while (process-live-p proc)
589-
(accept-process-output proc 0.01))))
590-
591586
(defun diff-hl-changes-from-buffer (buf)
592587
(with-current-buffer buf
593588
(let (res)

0 commit comments

Comments
 (0)