зеркало из https://github.com/stride3d/xkslang.git
Non-functional: Fix #1231: remove duplicated code.
This commit is contained in:
Родитель
2b5ea9f851
Коммит
e349af7e20
|
@ -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); }
|
||||
|
|
Загрузка…
Ссылка в новой задаче