test: Remove unused operator<<(radix_tree_test::test_data)
It was used while debugging the test Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#26458
This commit is contained in:
committed by
Patryk Jędrzejczak
parent
3aa07d7dfe
commit
7bd50437ff
@@ -37,11 +37,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& out, const test_data& d) {
|
||||
out << d.value();
|
||||
return out;
|
||||
}
|
||||
|
||||
using test_tree = tree<test_data>;
|
||||
|
||||
SEASTAR_TEST_CASE(test_exception_safety_of_emplace) {
|
||||
|
||||
Reference in New Issue
Block a user