just return the actual vars, dont bother with the map for ns/var thing

This commit is contained in:
Gered 2014-04-09 09:19:50 -04:00
parent 82ab669c55
commit f539f5b5db

View file

@ -33,8 +33,7 @@
(fn [matches [name var]]
(let [metadata (meta var)]
(if (pred metadata)
(conj matches {:ns namespace
:var var})
(conj matches var)
matches)))
[]))
(catch Compiler$CompilerException ex