byte-opt.el: Remove test that's not applicable any more
* lisp/emacs-lisp/byte-opt.el: Remove left-over test for ancient byte-compiled representation.
This commit is contained in:
parent
e819413e24
commit
05b8de54e3
1 changed files with 0 additions and 1 deletions
|
@ -3116,7 +3116,6 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
|
|||
;;
|
||||
(eval-when-compile
|
||||
(or (compiled-function-p (symbol-function 'byte-optimize-form))
|
||||
(assq 'byte-code (symbol-function 'byte-optimize-form))
|
||||
(let ((byte-optimize nil)
|
||||
(byte-compile-warnings nil))
|
||||
(mapc (lambda (x)
|
||||
|
|
Loading…
Add table
Reference in a new issue