summaryrefslogtreecommitdiff
path: root/cider-common.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-common.el
parente7f075fe8a77e3f55414e6510ae593b07710250a (diff)
Remove cider-compat.el
It's no longer needed now that we target Emacs 25.
Diffstat (limited to 'cider-common.el')
-rw-r--r--cider-common.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-common.el b/cider-common.el
index 657bd822..c7008d7b 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -25,7 +25,6 @@
;;; Code:
(require 'subr-x)
-(require 'cider-compat)
(require 'nrepl-dict)
(require 'cider-util)
(require 'tramp)