Skip to content

Commit 5027991

Browse files
committed
remove FIXME comment for gobj/containsKey usage in cljs.core
1 parent e1328b7 commit 5027991

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12178,8 +12178,6 @@ reduces them without incurring seq initialization"
1217812178
Object
1217912179
(findInternedVar [this sym]
1218012180
(let [k (munge (str_ sym))]
12181-
;; FIXME: this shouldn't need ^boolean due to GCL library analysis,
12182-
;; but not currently working
1218312181
(when (gobject/containsKey obj k)
1218412182
(let [var-sym (symbol (str_ name) (str_ sym))
1218512183
var-meta {:ns this}]

0 commit comments

Comments
 (0)