Skip to content

Commit 5ddeb75

Browse files
committed
CI
1 parent 73d2852 commit 5ddeb75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ void associative_container_benchmarks(std::string container) {
328328
bench("insert(iterator, iterator) (product_iterator from same type)", [=](auto& st) {
329329
const std::size_t size = st.range(0);
330330
std::vector<Value> in = make_value_types(generate_unique_keys(size + (size / 10)));
331-
std::sort(in.begin(), in.end(), [&](const auto& x, const auto& y) { return get_key(x) < get_key(y); });
332331
Container source(in.begin(), in.end());
333332

334333
Container c;

0 commit comments

Comments
 (0)