diff --git a/src/util/DereferenceIterator.hxx b/src/util/DereferenceIterator.hxx index 9b62c08b0..6927019f3 100644 --- a/src/util/DereferenceIterator.hxx +++ b/src/util/DereferenceIterator.hxx @@ -80,8 +80,4 @@ public: bool operator==(const DereferenceIterator &other) const noexcept { return original == other.original; } - - bool operator!=(const DereferenceIterator &other) const noexcept { - return original != other.original; - } };