From: Andrea Corallo Date: Sun, 10 Nov 2019 17:50:45 +0000 (+0100) Subject: remove unused variable X-Git-Tag: emacs-28.0.90~2727^2~1012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=942702f506de1c7c3eff4e13470248be1a26e778;p=emacs.git remove unused variable --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index c4529bee7c7..b700a40f755 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -457,7 +457,6 @@ If INPUT is a symbol this is the function-name to be compiled. If INPUT is a string this is the file path to be compiled." (let ((byte-native-compiling t) (byte-to-native-lap ()) - (byte-to-native-bytecode ()) (byte-to-native-top-level-forms ())) (cl-typecase input (symbol (list (comp-spill-lap-function input)))