branch: elpa/cider
commit 4cbd198a39e724a7186e4c99c91a5f58b54d65c4
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Remove the last vestiges of cider-enrich-classpath
---
lisp/cider.el | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lisp/cider.el b/lisp/cider.el
index fa47ba26340..8171f2abf0f 100644
--- a/lisp/cider.el
+++ b/lisp/cider.el
@@ -237,8 +237,6 @@ By default we favor the project-specific shadow-cljs over
the system-wide."
:safe #'stringp
:package-version '(cider . "1.14.0"))
-(make-obsolete-variable 'cider-enrich-classpath nil "1.19.0")
-
(defcustom cider-jack-in-default
(if (executable-find "clojure") 'clojure-cli 'lein)
"The default tool to use when doing `cider-jack-in' outside a project.
@@ -381,11 +379,6 @@ The plist supports the following keys
('basilisp cider-basilisp-command)
(_ (user-error "Unsupported project type `%S'" project-type))))
-(defcustom cider-enrich-classpath nil
- "Removed."
- :type 'boolean
- :safe #'booleanp)
-
(defun cider-jack-in-resolve-command (project-type)
"Determine the resolved file path to `cider-jack-in-command'.
Throws an error if PROJECT-TYPE is unknown."