summaryrefslogtreecommitdiff
path: root/cider-classpath.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-classpath.el
parente7f075fe8a77e3f55414e6510ae593b07710250a (diff)
Remove cider-compat.el
It's no longer needed now that we target Emacs 25.
Diffstat (limited to 'cider-classpath.el')
-rw-r--r--cider-classpath.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-classpath.el b/cider-classpath.el
index 85223237..6cf895de 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -26,7 +26,6 @@
(require 'cider-client)
(require 'cider-popup)
(require 'subr-x)
-(require 'cider-compat)
(defvar cider-classpath-buffer "*cider-classpath*")
(add-to-list 'cider-ancillary-buffers cider-classpath-buffer)