From: Andrea Corallo Date: Sun, 29 Sep 2019 12:36:09 +0000 (+0200) Subject: remove defvar that is not anymore necessary X-Git-Tag: emacs-28.0.90~2727^2~1103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=734eb8f940c197e4b3548e7b79d716203e37aa8d;p=emacs.git remove defvar that is not anymore necessary --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index cb88bd88525..5f312e860fb 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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