Skip to content

Commit 40b7216

Browse files
committed
dead code
1 parent 9a8f0da commit 40b7216

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/clojure/clojure/tools/analyzer/passes/jvm/analyze_host_expr.clj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@
198198
(if-let [array-class (maybe-array-class-sym (symbol (str class-sym) field-name))]
199199
(assoc (ana/analyze-const array-class env :class) :form form)
200200
(if-let [the-class (maybe-class-literal class-sym)]
201-
(let [param-tags (or (param-tags-of form)
202-
(when (coll? form)
203-
(param-tags-of (first form))))
201+
(let [param-tags (param-tags-of form)
204202
kind (cond (.startsWith field-name ".") :instance
205203
(= "new" field-name) :ctor
206204
:else :static)

0 commit comments

Comments
 (0)