Skip to content

Commit 2d30b38

Browse files
author
git apple-llvm automerger
committed
Merge commit '682d6c494222' from llvm.org/main into next
2 parents 62888f4 + 682d6c4 commit 2d30b38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/unittests/ADT/DenseMapTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ std::optional<uint32_t> getTestKey(int i, std::optional<uint32_t> *) {
9191
return i;
9292
}
9393

94-
std::optional<uint32_t> getTestValue(int i, std::optional<uint32_t> *) {
95-
return 42 + i;
96-
}
97-
9894
// Test fixture, with helper functions implemented by forwarding to global
9995
// function overloads selected by component types of the type parameter. This
10096
// allows all of the map implementations to be tested with shared

0 commit comments

Comments
 (0)