seesaw.selector/cacheable? has unused constant false in its body
jafingerhut opened this issue · 0 comments
jafingerhut commented
It is currently defined as:
(defn cacheable? [selector] false (-> selector meta ::cacheable))
The false is unnecessary, but I do not know enough about the code to suggest what should be changed. Perhaps this is the unintentional result of some earlier change to that function and the false should be used in some way?