summaryrefslogtreecommitdiff
path: root/lisp/nxml/nxml-util.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nxml/nxml-util.el')
-rw-r--r--lisp/nxml/nxml-util.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/nxml/nxml-util.el b/lisp/nxml/nxml-util.el
index 2e90dfc32dc..1f904a2272f 100644
--- a/lisp/nxml/nxml-util.el
+++ b/lisp/nxml/nxml-util.el
@@ -27,9 +27,6 @@
(defconst nxml-debug nil
"enable nxml debugging. effective only at compile time")
-(eval-when-compile
- (require 'cl))
-
(defsubst nxml-debug (format &rest args)
(when nxml-debug
(apply #'message format args)))