]> git.eshelyaron.com Git - emacs.git/commitdiff
remove unused variable
authorAndrea Corallo <akrl@sdf.org>
Sun, 10 Nov 2019 17:50:45 +0000 (18:50 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:03 +0000 (11:38 +0100)
lisp/emacs-lisp/comp.el

index c4529bee7c7ef44223d08652796be49a00c4fc58..b700a40f7557f526d0f2424555a345c0c818edbb 100644 (file)
@@ -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)))