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
This commit is contained in:
David Aurelio 2019-01-29 04:08:36 -08:00 committed by Facebook Github Bot
parent 43601f1a17
commit 52d9f2627b
1 changed files with 0 additions and 4 deletions

View File

@ -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;