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:
Stefan Monnier 2024-03-21 18:16:41 -04:00
parent e819413e24
commit 05b8de54e3

View file

@ -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)