File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1785,22 +1785,6 @@ See command `cider-mode'."
1785
1785
(unless (cider-connected-p)
1786
1786
(cider-disable-on-existing-clojure-buffers)))
1787
1787
1788
- (defun cider-fetch-vars-form (ns )
1789
- " Construct a Clojure form to read vars inside for NS."
1790
- `(concat (if (find-ns (symbol , ns ))
1791
- (map name (concat (keys (ns-interns (symbol , ns )))
1792
- (keys (ns-refers (symbol , ns ))))))
1793
- (if (not= " " , ns ) [" .." ])
1794
- (->> (all-ns)
1795
- (map (fn [n]
1796
- (re-find (re-pattern (str " ^" (if (not= , ns " " )
1797
- (str , ns " \\ ." ))
1798
- " [^\\ .]+" ))
1799
- (str n))))
1800
- (filter identity)
1801
- (map (fn [n] (str n " /" )))
1802
- (into (hash-set)))))
1803
-
1804
1788
(defun cider-parent-ns (ns )
1805
1789
" Go up a level of NS.
1806
1790
For example \" foo.bar.tar\" -> \" foo.bar\" ."
You can’t perform that action at this time.
0 commit comments