summaryrefslogtreecommitdiff
path: root/cider-repl.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 /cider-repl.el
parent2a09d6e760fa2231a34d2711882ad839c1bc70e4 (diff)
Remove a bunch of stuff that were marked as obsolete in 0.10
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 347e02d4..630d06a9 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -485,7 +485,6 @@ This will not work on non-current prompts."
(defun cider-repl-prompt-default (namespace)
"Return a prompt string that mentions NAMESPACE."
(format "%s> " namespace))
-(define-obsolete-function-alias 'cider-repl-default-prompt 'cider-repl-prompt-default "0.10.0")
(defun cider-repl-prompt-abbreviated (namespace)
"Return a prompt string that abbreviates NAMESPACE."