diff --git a/yoga/YGValue.h b/yoga/YGValue.h index 4e43f7b2..59440be3 100644 --- a/yoga/YGValue.h +++ b/yoga/YGValue.h @@ -44,7 +44,6 @@ inline bool operator==(const YGValue& lhs, const YGValue& rhs) { return true; case YGUnitPoint: case YGUnitPercent: - default: return lhs.value == rhs.value; } }