SimpleTraits.jl
SimpleTraits.jl copied to clipboard
Unused type variables
I'm getting the following precompilation warnings from SimpleTraits:
WARNING: method definition for hasheight at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable T but does not use it.
WARNING: method definition for getlength at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable N but does not use it.
WARNING: method definition for noderoute at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable RT but does not use it.