summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-10 05:41:42 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-10 05:41:42 -0700
commitc8bb6bc43da72dcce5b855757145ce99a1521c8f (patch)
treeff2644f207cc6193eb12b442898f318468996f25 /cider-repl.el
parent007e5bd60925d509aa8abf3f39299d15d8f2144a (diff)
Kill everything that was obsoleted in the previous release
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 0f902c31..6fb9f251 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -181,15 +181,6 @@ Currently its only purpose is to facilitate `cider-repl-clear-buffer'.")
;;; REPL init
-(defun cider-repl-buffer-name (&optional project-dir host port)
- "Generate a REPL buffer name based on current connection buffer.
-PROJECT-DIR, HOST and PORT are as in `nrepl-make-buffer-name'."
- (with-current-buffer (or (cider-default-connection 'no-error)
- (current-buffer))
- (nrepl-make-buffer-name nrepl-repl-buffer-name-template project-dir host port)))
-(make-obsolete 'cider-repl-buffer-name
- "use `nrepl-make-buffer-name' with `nrepl-repl-buffer-name-template' instead."
- "0.10.0")
(defvar-local cider-repl-ns-cache nil
"A dict holding information about all currently loaded namespaces.