Non-functional: Fix #1231: remove duplicated code.
This commit is contained in:
parent
2b5ea9f851
commit
e349af7e20
1 changed files with 0 additions and 3 deletions
|
|
@ -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); }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue