Skip to content

Commit 881756c

Browse files
committed
Remove unused function
1 parent a8a3215 commit 881756c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clojure-ts-mode.el

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,12 +662,6 @@ forms like deftype, defrecord, reify, proxy, etc."
662662
clojure-ts--threading-macro
663663
first-child))))
664664

665-
(defun clojure-ts--threading-macro-arg-offset (node _parent _bol)
666-
"Calculates the indentation offset for NODE, a threading macro argument."
667-
(if (and node (<= (treesit-node-index node t) 1))
668-
1 ;; NODE is the first arg, offset 1 from start of *->> symbol
669-
0)) ;; arg 2...n, match indentation of the previous argument
670-
671665
(defun clojure-ts--match-fn-docstring (node)
672666
"Match NODE when it is a docstring for PARENT function definition node."
673667
;; A string that is the third node in a function defn block

0 commit comments

Comments
 (0)