From 52d9f2627babfc901933cee6f062c75d5d30fb2c Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Tue, 29 Jan 2019 04:08:36 -0800 Subject: [PATCH] Remove unused constexpr Summary: @public Removes unused constexpr variables from YGStyle. Not polluting the global namespace is a good thing. Reviewed By: SidharthGuglani Differential Revision: D13816817 fbshipit-source-id: e4c27a8f2de466ccb759bbe52cdaea6fe451b961 --- ReactCommon/yoga/yoga/YGStyle.h | 4 ---- 1 file changed, 4 deletions(-) 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;