Skip to content

Commit 1fea3fc

Browse files
remove unused function
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8a9c436 commit 1fea3fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/TreeSetTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ namespace
99
constexpr int KeyToValue(int key)
1010
{
1111
return key * 10;
12-
}
1312

1413
constexpr int kMinElem = 1;
1514
constexpr int kMaxElem = 5;

0 commit comments

Comments
 (0)