Skip to content

Commit 9a870be

Browse files
Remove unused helper
1 parent 69de450 commit 9a870be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/helix/hooks.cljc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@
127127
x
128128
js/undefined)))))
129129

130-
131-
(defn simple-body? [body]
132-
(and (= (count body) 1) (symbol? (first body))))
133-
134-
135130
#?(:clj
136131
(defn deps-macro-body [env deps body simple-body-ok? deps->hook-body]
137132
(cond

0 commit comments

Comments
 (0)