From 4c567892e044ada0e09889ec520fefa07f52b20b Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 26 Sep 2024 16:15:04 +0200 Subject: * 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(-) (limited to 'lisp/emacs-lisp/comp.el') 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 -- cgit v1.2.3