branch: externals/elisp-benchmarks commit 0eb498f77b5078849231468848ad73185989185e Author: Andrea Corallo <acora...@gnu.org> Commit: Andrea Corallo <acora...@gnu.org>
* elisp-benchmarks.el (native-comp-speed, compilation-safety): Fix warning. --- elisp-benchmarks.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el index c801416989..abbce4d236 100644 --- a/elisp-benchmarks.el +++ b/elisp-benchmarks.el @@ -47,11 +47,8 @@ (require 'outline) (require 'org) (require 'bytecomp) -(if (featurep 'native-compile) - (require 'comp) - (defvar native-comp-speed)) -(unless (boundp 'compilation-safety) - (defvar compilation-safety)) +(defvar native-comp-speed) +(defvar compilation-safety) (defgroup elb nil "Emacs Lisp benchmarks."