diff --git a/include/xrpl/protocol/STObject.h b/include/xrpl/protocol/STObject.h index 0b4a70bb2e..075b3ed8ba 100644 --- a/include/xrpl/protocol/STObject.h +++ b/include/xrpl/protocol/STObject.h @@ -549,13 +549,6 @@ public: return rhs.value() == lhs; } - template - friend bool - operator!=(U const& lhs, STObject::ValueProxy const& rhs) - { - return !(lhs == rhs); - } - private: friend class STObject;