Welcome! Please see the About page for a little more info on how this works.

0 votes
in data.int-map by

I see here https://github.com/clojure/data.int-map/blob/master/src/main/java/clojure/data/int_map/Nodes.java#L376

There is an unused List<INode> above = new ArrayList<INode>(); being created, it should probably be removed.

1 Answer

+1 vote
by
selected by
 
Best answer

Fixed for next release, thanks

...