From 3de3575ac468f8840c165b3184843a785cef8a3b 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 --- yoga/YGStyle.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yoga/YGStyle.h b/yoga/YGStyle.h index e540635d..3af75c44 100644 --- a/yoga/YGStyle.h +++ b/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;