Cleanup: remove warnings
This assert was producing warning in debug builds because it was never hit under some circumstances.
This commit is contained in:
@@ -423,7 +423,6 @@ class VArrayImpl_For_DerivedSpan final : public VMutableArrayImpl<ElemT> {
|
||||
|
||||
void set(const int64_t index, ElemT value) override
|
||||
{
|
||||
BLI_assert(SetFunc != nullptr);
|
||||
SetFunc(data_[index], std::move(value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user