Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Apr 24, 2024
1 parent a5b880c commit c28bea5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/policy/value.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ struct CValue
}
};

bool operator==(const CValue left, const CValue right)
{
return left.value == right.value;
}

std::ostream &operator<<(std::ostream &out, const CValue& operand)
{
out << operand.value;
Expand Down

0 comments on commit c28bea5

Please sign in to comment.