emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4c567892e04: * Clean-up unused condition-case


From: Andrea Corallo
Subject: master 4c567892e04: * Clean-up unused condition-case
Date: Thu, 26 Sep 2024 10:41:31 -0400 (EDT)

branch: master
commit 4c567892e044ada0e09889ec520fefa07f52b20b
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Clean-up unused condition-case
    
    * lisp/emacs-lisp/comp.el (comp--native-compile): Remove unused
    condition-case.
---
 lisp/emacs-lisp/comp.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 9447f68c362..f1c8f02ebc3 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -3583,7 +3583,6 @@ the deferred compilation mechanism."
                               do (comp-log (format "Pass %s took: %fs."
                                                    pass time)
                                            0))))
-                (native-compiler-skip)
                 (t
                  (let ((err-val (cdr err)))
                    ;; If we are doing an async native compilation print the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]