mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Remove unnecessary ValueProxy friend operator !=
This commit is contained in:
@@ -549,13 +549,6 @@ public:
|
||||
return rhs.value() == lhs;
|
||||
}
|
||||
|
||||
template <typename U>
|
||||
friend bool
|
||||
operator!=(U const& lhs, STObject::ValueProxy<T> const& rhs)
|
||||
{
|
||||
return !(lhs == rhs);
|
||||
}
|
||||
|
||||
private:
|
||||
friend class STObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user