Skip to content

Commit 851d3a1

Browse files
xavierarteagacodebot
authored andcommitted
phy: remove unused function
1 parent 157e804 commit 851d3a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/unittests/phy/generic_functions/precoding/channel_precoder_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ static std::ostream& operator<<(std::ostream& os, span<const cf_t> data)
4040
return os;
4141
}
4242

43-
static std::ostream& operator<<(std::ostream& os, span<const cbf16_t> data)
44-
{
45-
fmt::print(os, "{}", data);
46-
return os;
47-
}
48-
4943
static bool operator==(span<const cf_t> lhs, span<const cf_t> rhs)
5044
{
5145
return std::equal(lhs.begin(), lhs.end(), rhs.begin(), rhs.end(), [](cf_t lhs_val, cf_t rhs_val) {

0 commit comments

Comments
 (0)