diff --git a/yoga/Yoga.cpp b/yoga/Yoga.cpp index 357e137b..3dac33fa 100644 --- a/yoga/Yoga.cpp +++ b/yoga/Yoga.cpp @@ -385,10 +385,6 @@ void YGNodeInsertChild( const YGNodeRef node, const YGNodeRef child, const uint32_t index) { - YGAssertWithNode( - node, - child->getOwner() == nullptr, - "Child already has a owner, it must be removed first."); YGAssertWithNode( node,