From: Andrea Corallo Date: Thu, 18 Aug 2022 21:35:33 +0000 (+0200) Subject: * lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove X-Git-Tag: emacs-29.0.90~1447^2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=715f1ebea303459747765f2c5e08e9c41c97e65b;p=emacs.git * lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove --- diff --git a/lisp/emacs-lisp/comp-cstr.el b/lisp/emacs-lisp/comp-cstr.el index 6451e34c42f..948a2c4f702 100644 --- a/lisp/emacs-lisp/comp-cstr.el +++ b/lisp/emacs-lisp/comp-cstr.el @@ -43,10 +43,6 @@ ;; TODO can we just add t in `cl--typeof-types'? "Like `cl--typeof-types' but with t as common supertype.") -(defconst comp--all-builtin-types - (append cl--all-builtin-types '(t)) - "Likewise like `cl--all-builtin-types' but with t as common supertype.") - (cl-defstruct (comp-cstr (:constructor comp-type-to-cstr (type &aux (null (eq type 'null))