From 942702f506de1c7c3eff4e13470248be1a26e778 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 10 Nov 2019 18:50:45 +0100 Subject: [PATCH] remove unused variable --- lisp/emacs-lisp/comp.el | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.39.5