Closed AlexBaranosky closed 10 years ago
I get this problem as well. I am guessing that it results from direct use of the var, rather than the symbol.
I use this idiom for multimethods; I often use a var rather than a function for defmulti, otherwise the defonce semantics of defmulti requires a lot of REPL restarts.
Hi @jonase,
In the below code, unused private var
fact-begins
is, in fact, used