SimpleTraits.jl icon indicating copy to clipboard operation
SimpleTraits.jl copied to clipboard

Unused type variables

Open cossio opened this issue 2 years ago • 0 comments

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.

cossio avatar Jul 06 '23 10:07 cossio