summaryrefslogtreecommitdiff
path: root/lisp/profiler.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-04-19 16:32:04 -0400
committerGlenn Morris <rgm@gnu.org>2017-04-19 16:32:04 -0400
commit992e2019d3c535a61df064de25f664c01b8c309f (patch)
tree9a1c8caead2d9080f942cf8cb51a283cb3344d75 /lisp/profiler.el
parent41a5b76f79e2ef12a089e94406159e2d0e1fad1f (diff)
downloademacs-992e2019d3c535a61df064de25f664c01b8c309f.tar.gz
Remove some explicit runtime loads of pcase
Pcase is macros, so these should have used eval-when-compile. Anyway, pcase entry points are autoloaded, so the compiler handles it. * lisp/profiler.el, lisp/emacs-lisp/eieio-core.el: * lisp/emacs-lisp/generator.el, lisp/emacs-lisp/subr-x.el: * lisp/progmodes/xref.el: No need to require pcase.
Diffstat (limited to 'lisp/profiler.el')
-rw-r--r--lisp/profiler.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/profiler.el b/lisp/profiler.el
index 8af2c50a4d4..15ff9b68ab9 100644
--- a/lisp/profiler.el
+++ b/lisp/profiler.el
@@ -27,7 +27,6 @@
;;; Code:
(require 'cl-lib)
-(require 'pcase)
(defgroup profiler nil
"Emacs profiler."