diff --git a/src/namedict.h b/src/namedict.h index 8b9b40b8..9e04002d 100644 --- a/src/namedict.h +++ b/src/namedict.h @@ -30,7 +30,6 @@ namespace pkpy{ } float find_hit_score = indices.size() / (float)keys.size(); std::vector indices_vec(indices.begin(), indices.end()); - std::sort(indices_vec.begin(), indices_vec.end()); float find_miss_score = indices.size(); for(int j=1; j