From: Andrea Corallo Date: Sun, 22 Sep 2019 07:57:15 +0000 (+0200) Subject: remove unused field into comp-func X-Git-Tag: emacs-28.0.90~2727^2~1132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c33696014d28975bce559a333c845fffc695428;p=emacs.git remove unused field into comp-func --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 8761312a547..dd3b5200bc2 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -183,8 +183,6 @@ Is in use to help the SSA rename pass.")) :documentation "Function symbol's name.") (c-func-name nil :type string :documentation "The function name in the native world.") - (func nil - :documentation "Original form.") (byte-func nil :documentation "Byte compiled version.") (lap () :type list