summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-07-15 20:35:07 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-07-19 22:12:26 +0300
commitd2e22e77c5cdc5f0584f08505b15b0b70621830e (patch)
treefa8a3a38d2dbbfe629e6c838081f4503ed9b4450 /cider-interaction.el
parentb13a70c089fd725fd9ef458a36ba30a08f2898ee (diff)
Move cider-sync-request:ns-path to cider-client.el
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 09b72a2f..832e907f 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -465,13 +465,6 @@ Invert meaning of `cider-prompt-for-symbol' if PREFIX indicates it should be."
(if (cider--prefix-invert-prompt-p prefix)
(not cider-prompt-for-symbol) cider-prompt-for-symbol))
-(defun cider-sync-request:ns-path (ns)
- "Get the path to the file containing NS."
- (thread-first `("op" "ns-path"
- "ns" ,ns)
- cider-nrepl-send-sync-request
- (nrepl-dict-get "path")))
-
(defun cider--find-ns (ns &optional other-window)
"Find the file containing NS's definition.
Optionally open it in a different window if OTHER-WINDOW is truthy."