aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/comp.el1
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