diff --git a/src/policy/value.h b/src/policy/value.h index 73173b89ae..dc059a6f2f 100644 --- a/src/policy/value.h +++ b/src/policy/value.h @@ -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;