summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-27 23:09:16 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-27 23:09:16 +0200
commit705133f2bdca33cb5bc6e0a5b4861965e0883ee4 (patch)
tree75d658d9d2d443e84d64e962040a0cae6ae37733 /nrepl-client.el
parent2a09d6e760fa2231a34d2711882ad839c1bc70e4 (diff)
Remove a bunch of stuff that were marked as obsolete in 0.10
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index be812c0e..8e5da4cb 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -814,7 +814,6 @@ CONN-BUFFER refers to a (presumably) dead connection, which we can eventually re
(setq nrepl-session nil)
(setq nrepl-tooling-session nil)))
-(define-obsolete-function-alias 'nrepl-close 'cider--close-connection-buffer "0.10.0")
;;; Client: Response Handling
;; After being decoded, responses (aka, messages from the server) are dispatched