diff options
author | Andrea Corallo <acorallo@gnu.org> | 2024-09-26 16:15:04 +0200 |
---|---|---|
committer | Andrea Corallo <acorallo@gnu.org> | 2024-09-26 16:32:27 +0200 |
commit | 4c567892e044ada0e09889ec520fefa07f52b20b (patch) | |
tree | 1b01a51b2563e52a4765c1cbd869e2cbe2367ad8 /lisp/emacs-lisp/comp.el | |
parent | c86e7a29e78e75b487ea36f0711f327f66f93c10 (diff) | |
download | emacs-4c567892e044ada0e09889ec520fefa07f52b20b.tar.gz emacs-4c567892e044ada0e09889ec520fefa07f52b20b.tar.bz2 emacs-4c567892e044ada0e09889ec520fefa07f52b20b.zip |
* Clean-up unused condition-case
* lisp/emacs-lisp/comp.el (comp--native-compile): Remove unused
condition-case.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |