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]] (fn [matches [name var]]
(let [metadata (meta var)] (let [metadata (meta var)]
(if (pred metadata) (if (pred metadata)
(conj matches {:ns namespace (conj matches var)
:var var})
matches))) matches)))
[])) []))
(catch Compiler$CompilerException ex (catch Compiler$CompilerException ex