Skip to content

Commit b4a7ebc

Browse files
committed
Remove an unused function
1 parent e8b1330 commit b4a7ebc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cider-interaction.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,11 +613,6 @@ When invoked with a prefix ARG the command doesn't prompt for confirmation."
613613
(point))
614614
(point)))
615615

616-
(defun cider-last-sexp-start-pos ()
617-
(save-excursion
618-
(backward-sexp)
619-
(point)))
620-
621616
;;;
622617
(defun cider-tramp-prefix (&optional buffer)
623618
"Use the filename for BUFFER to determine a tramp prefix.

0 commit comments

Comments
 (0)