]> git.eshelyaron.com Git - emacs.git/commitdiff
remove unused field into comp-func
authorAndrea Corallo <akrl@sdf.org>
Sun, 22 Sep 2019 07:57:15 +0000 (09:57 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:52 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index 8761312a5474ae85a3c136ce46f2d3554de41129..dd3b5200bc20d93703d24a44ebedcd0cd6da5403 100644 (file)
@@ -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