branch: externals/diff-hl
commit 311d131cfd445606fc1763e6420348b61d9cee72
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Delete now unused function
---
diff-hl.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/diff-hl.el b/diff-hl.el
index 9b628a4bab..598ee6e318 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -583,11 +583,6 @@ contents as they are (or would be) after applying the
changes in NEW."
(setq old (cdr old)))
ref))
-(defun diff-hl-process-wait (buf)
- (let ((proc (get-buffer-process buf)))
- (while (process-live-p proc)
- (accept-process-output proc 0.01))))
-
(defun diff-hl-changes-from-buffer (buf)
(with-current-buffer buf
(let (res)