diff --git a/ReactCommon/yoga/yoga/YGStyle.h b/ReactCommon/yoga/yoga/YGStyle.h index e540635d0..3af75c446 100644 --- a/ReactCommon/yoga/yoga/YGStyle.h +++ b/ReactCommon/yoga/yoga/YGStyle.h @@ -20,10 +20,6 @@ #define BITFIELD_ENUM_SIZED(num) #endif -constexpr YGValue kYGValueUndefined = {0, YGUnitUndefined}; - -constexpr YGValue kYGValueAuto = {0, YGUnitAuto}; - struct YGStyle { private: using CompactValue = facebook::yoga::detail::CompactValue;