Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 27, 2023
1 parent 90f8fd6 commit 24132ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/tests_high_five_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2856,12 +2856,6 @@ enum class Direction : signed char {
Right = 2,
};

// This is only for boost test
std::ostream& operator<<(std::ostream& ost, const Direction& dir) {
ost << static_cast<int>(dir);
return ost;
}

EnumType<Position> create_enum_position() {
return {{"highfive_first", Position::highfive_first},
{"highfive_second", Position::highfive_second},
Expand Down

0 comments on commit 24132ec

Please sign in to comment.