Skip to content

Commit 3c0fd75

Browse files
committed
Remove some obsolete aliases
1 parent 9317479 commit 3c0fd75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cider.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,10 +1249,6 @@ you're working on."
12491249
:safe #'symbolp
12501250
:package-version '(cider . "0.17.0"))
12511251

1252-
(make-obsolete-variable 'cider-cljs-lein-repl 'cider-default-cljs-repl "0.17")
1253-
(make-obsolete-variable 'cider-cljs-boot-repl 'cider-default-cljs-repl "0.17")
1254-
(make-obsolete-variable 'cider-cljs-gradle-repl 'cider-default-cljs-repl "0.17")
1255-
12561252
(defvar cider--select-cljs-repl-history nil)
12571253
(defun cider-select-cljs-repl (&optional default)
12581254
"Select the ClojureScript REPL to use with `cider-jack-in-cljs'.

0 commit comments

Comments
 (0)