summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-18 08:01:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-18 08:01:51 +0300
commitb28fbac964907172fdedc3bea56eab905d5fbdbf (patch)
tree1a12c9d5217a7ef210ce73c5e5e7cc71671bb74f /cider-util.el
parente7f075fe8a77e3f55414e6510ae593b07710250a (diff)
Remove cider-compat.el
It's no longer needed now that we target Emacs 25.
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-util.el b/cider-util.el
index 6ad2acd3..41266392 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -38,7 +38,6 @@
(require 'subr-x)
;; clojure-mode and CIDER
-(require 'cider-compat)
(require 'clojure-mode)
(require 'nrepl-dict)