From 1961e77a2775cdfb58b1a33a7a914ce5f56ad30a Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Wed, 29 Jan 2025 14:15:44 +0100 Subject: [PATCH] ; Remove duplicate defvar in comp-run.el. * 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index bd788b13b4e..bff0aa9802b 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -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 -- 2.39.5