mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* Clean-up unused condition-case
* lisp/emacs-lisp/comp.el (comp--native-compile): Remove unused condition-case.
This commit is contained in:
parent
c86e7a29e7
commit
4c567892e0
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue