Non-functional: Fix #1231: remove duplicated code.
This commit is contained in:
@@ -595,9 +595,6 @@ public:
|
|||||||
if (! unionArray || ! rhs.unionArray)
|
if (! unionArray || ! rhs.unionArray)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (! unionArray || ! rhs.unionArray)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return *unionArray == *rhs.unionArray;
|
return *unionArray == *rhs.unionArray;
|
||||||
}
|
}
|
||||||
bool operator!=(const TConstUnionArray& rhs) const { return ! operator==(rhs); }
|
bool operator!=(const TConstUnionArray& rhs) const { return ! operator==(rhs); }
|
||||||
|
|||||||
Reference in New Issue
Block a user