]> git.eshelyaron.com Git - emacs.git/commitdiff
remove defvar that is not anymore necessary
authorAndrea Corallo <akrl@sdf.org>
Sun, 29 Sep 2019 12:36:09 +0000 (14:36 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:54 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index cb88bd885257f9eb48cae2604e3277a56c42e317..5f312e860fbf181553837a5a9b302f36a66f8f56 100644 (file)
@@ -49,8 +49,6 @@
   "This gets bound to t while native compilation.
 Can be used by code that wants to expand differently in this case.")
 
-;; FIXME these has to be removed
-(defvar comp-speed 2)
 (defvar comp-verbose nil)
 
 (defvar comp-pass nil