From 4c33696014d28975bce559a333c845fffc695428 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 22 Sep 2019 09:57:15 +0200 Subject: [PATCH] remove unused field into comp-func --- lisp/emacs-lisp/comp.el | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5