Skip to content

Commit d671126

Browse files
committed
[libc++][NFC] Remove stray #if 1 that was probably a debugging leftover
1 parent f94b6f3 commit d671126

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/benchmarks/unordered_set_operations.bench.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ BENCHMARK_CAPTURE(BM_FindRehash,
216216
->Arg(TestNumInputs);
217217

218218
// Sorted //
219-
#if 1
220219
BENCHMARK_CAPTURE(BM_Find,
221220
unordered_set_sorted_uint128,
222221
std::unordered_set<__uint128_t, UInt128Hash>{},
@@ -228,7 +227,6 @@ BENCHMARK_CAPTURE(BM_FindRehash,
228227
std::unordered_set<__uint128_t, UInt128Hash>{},
229228
getSortedTopBitsIntegerInputs<__uint128_t>)
230229
->Arg(TestNumInputs);
231-
#endif
232230

233231
// Sorted //
234232
BENCHMARK_CAPTURE(

0 commit comments

Comments
 (0)