]> git.eshelyaron.com Git - emacs.git/commitdiff
byte-opt.el: Remove test that's not applicable any more
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 22:16:41 +0000 (18:16 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:18:09 +0000 (15:18 +0100)
* lisp/emacs-lisp/byte-opt.el: Remove left-over test for ancient
byte-compiled representation.

(cherry picked from commit 05b8de54e30fdfccda78c5cfc2481828b897614b)

lisp/emacs-lisp/byte-opt.el

index f75be3f71ad949bebcba3fe0f004aa5698cf2a12..f6df40a2d9b8ce526d3f97a86526b426ad8c42e4 100644 (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)