diff options
| author | Andrea Corallo | 2024-09-26 16:15:04 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-09-26 16:32:27 +0200 |
| commit | 4c567892e044ada0e09889ec520fefa07f52b20b (patch) | |
| tree | 1b01a51b2563e52a4765c1cbd869e2cbe2367ad8 | |
| parent | c86e7a29e78e75b487ea36f0711f327f66f93c10 (diff) | |
| download | emacs-4c567892e044ada0e09889ec520fefa07f52b20b.tar.gz emacs-4c567892e044ada0e09889ec520fefa07f52b20b.zip | |
* Clean-up unused condition-case
* lisp/emacs-lisp/comp.el (comp--native-compile): Remove unused
condition-case.
| -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." | |||
| 3583 | do (comp-log (format "Pass %s took: %fs." | 3583 | do (comp-log (format "Pass %s took: %fs." |
| 3584 | pass time) | 3584 | pass time) |
| 3585 | 0)))) | 3585 | 0)))) |
| 3586 | (native-compiler-skip) | ||
| 3587 | (t | 3586 | (t |
| 3588 | (let ((err-val (cdr err))) | 3587 | (let ((err-val (cdr err))) |
| 3589 | ;; If we are doing an async native compilation print the | 3588 | ;; If we are doing an async native compilation print the |