lacuna / bifurcan

functional, durable data structures
MIT License
967 stars 51 forks source link

Minor: redundant defn of benchmark-iteration in benchmark-test ns #21

Closed jafingerhut closed 4 years ago

jafingerhut commented 5 years ago

benchmark-iteration is defined twice in the benchmark-test namespace. The first definition is incorrect, but that doesn't matter much since the second one is correct, and replaces the first. No bug here, just a couple lines of unnecessary and unused code.