From 734eb8f940c197e4b3548e7b79d716203e37aa8d Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 29 Sep 2019 14:36:09 +0200 Subject: [PATCH] remove defvar that is not anymore necessary --- lisp/emacs-lisp/comp.el | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5