]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove duplicate defvar in comp-run.el.
authorBasil L. Contovounesios <basil@contovou.net>
Wed, 29 Jan 2025 13:15:44 +0000 (14:15 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:13:23 +0000 (19:13 +0100)
* lisp/emacs-lisp/comp-run.el (comp-async-compilations): Remove
duplicate definition (bug#75925).

(cherry picked from commit 25c254aa417baa9a5f8fd987e3467bd7a5f0de5b)

lisp/emacs-lisp/comp-run.el

index bd788b13b4e4ff2f14bb53b52462fbff4dec6159..bff0aa9802b94e25c89b22cbd81396f88e073d7e 100644 (file)
@@ -161,9 +161,6 @@ LOAD and SELECTOR work as described in `native--compile-async'."
 (defvar comp-files-queue ()
   "List of Emacs Lisp files to be compiled.")
 
-(defvar comp-async-compilations (make-hash-table :test #'equal)
-  "Hash table file-name -> async compilation process.")
-
 (defun comp--async-runnings ()
   "Return the number of async compilations currently running.
 This function has the side effect of cleaning-up finished