update yoga to cbf6495d66a7a8066d1354daa14d3bb1af19f6ef

This commit is contained in:
王劲鹏
2021-04-20 10:18:06 +08:00
committed by osborn
parent 5ba5f5ce6c
commit 8d04d41b19
20 changed files with 609 additions and 588 deletions

View File

@@ -26,10 +26,6 @@ void vlog(
va_list args) {
YGConfig* logConfig = config != nullptr ? config : YGConfigGetDefault();
logConfig->log(logConfig, node, level, context, format, args);
if (level == YGLogLevelFatal) {
abort();
}
}
} // namespace