Skip to content
Snippets Groups Projects
Commit e349af7e authored by John Kessenich's avatar John Kessenich
Browse files

Non-functional: Fix #1231: remove duplicated code.

parent 2b5ea9f8
No related branches found
No related tags found
No related merge requests found
......@@ -595,9 +595,6 @@ public:
if (! unionArray || ! rhs.unionArray)
return false;
if (! unionArray || ! rhs.unionArray)
return false;
return *unionArray == *rhs.unionArray;
}
bool operator!=(const TConstUnionArray& rhs) const { return ! operator==(rhs); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment