Skip to content

Commit 255a5a3

Browse files
committed
Remove dead code
1 parent bd4b508 commit 255a5a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cider-util.el

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ which nREPL uses for temporary evaluation file names."
104104
(let ((fname (file-name-nondirectory file-name)))
105105
(string-match-p "^form-init" fname)))
106106

107-
(defun cider--cljc-buffer-p (&optional buffer)
108-
"Return non-nil if the current buffer is visiting a cljc file.
109-
110-
If BUFFER is provided act on that buffer instead."
111-
(with-current-buffer (or buffer (current-buffer))
112-
(or (cider-clojurec-major-mode-p))))
113-
114107
(defun cider-keyword-at-point-p (&optional point)
115108
"Return non-nil if POINT is in a Clojure keyword.
116109

0 commit comments

Comments
 (0)