summaryrefslogtreecommitdiff
path: root/nrepl-client.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 /nrepl-client.el
parent007e5bd60925d509aa8abf3f39299d15d8f2144a (diff)
Kill everything that was obsoleted in the previous release
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index fb44a82a..d3de0d63 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -141,8 +141,6 @@ In case of a special value 'new, a new buffer is created.")
(defvar-local nrepl-client-buffers nil
"List of buffers connected to this server.")
(defvar-local nrepl-connection-buffer nil)
-(define-obsolete-variable-alias 'nrepl-repl-buffer
- 'nrepl-connection-buffer "0.10.0")
(defvar-local nrepl-server-buffer nil)
(defvar-local nrepl-endpoint nil)
(defvar-local nrepl-project-dir nil)