branch: externals/el-job
commit 3f90a432869809144de881e76bbca2d73cbc1b66
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Remove poorly named el-job-ng-job
An alias was added a few commits ago
---
el-job-ng.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/el-job-ng.el b/el-job-ng.el
index 331fd677e2..1abe34461a 100644
--- a/el-job-ng.el
+++ b/el-job-ng.el
@@ -460,9 +460,6 @@ Otherwise, a keyboard quit would let it continue in the
background."
(when-let* ((job (el-job-ng-job id)))
(el-job-ng--job-processes job)))
-(defun el-job-ng-job (id)
- (gethash id el-job-ng--jobs))
-
;;; Debug tools