From: Andrea Corallo Date: Thu, 26 Sep 2024 14:15:04 +0000 (+0200) Subject: * Clean-up unused condition-case X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2abeb6bf7a9f318b1441f21e5dd06dfa3dfe30b0;p=emacs.git * Clean-up unused condition-case * lisp/emacs-lisp/comp.el (comp--native-compile): Remove unused condition-case. (cherry picked from commit 4c567892e044ada0e09889ec520fefa07f52b20b) --- 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