branch: externals/el-job
commit ff2e97dcff74dd42b99ac0667b3fdfffa278a946
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>

    Delete el-job-child.el
---
 el-job-child.el | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/el-job-child.el b/el-job-child.el
deleted file mode 100644
index 03b4dda104..0000000000
--- a/el-job-child.el
+++ /dev/null
@@ -1,37 +0,0 @@
-;;; el-job-child.el --- Worker code for children  -*- lexical-binding: t; -*-
-
-;; Copyright (C) 2024-2026 Free Software Foundation, Inc.
-
-;; This program is free software: you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;; GNU General Public License for more details.
-
-;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;; The part of the codebase that child processes will need, and no more.
-
-;;; Code:
-
-(require 'el-job-old-child)
-
-(defalias 'el-job-child--zip  #'el-job-old-child--zip)
-(defalias 'el-job-child--work #'el-job-old-child--work)
-
-(provide 'el-job-child)
-
-;;; el-job-child.el ends here
-
-;; Local Variables:
-;; checkdoc-spellcheck-documentation-flag: nil
-;; checkdoc-verb-check-experimental-flag: nil
-;; emacs-lisp-docstring-fill-column: 72
-;; End:

Reply via email to