Remove duplicated function declaration
Summary: @public Just removes a duplicated function declaration. Reviewed By: SidharthGuglani Differential Revision: D14598446 fbshipit-source-id: b4d8fe192f9a07f512f6a346f27d9046bb3bae23
This commit is contained in:
committed by
Facebook Github Bot
parent
a2ee0f65bd
commit
e4856a2264
@@ -154,7 +154,6 @@ static const float kDefaultFlexShrink = 0.0f;
|
||||
static const float kWebDefaultFlexShrink = 1.0f;
|
||||
|
||||
extern bool YGFloatsEqual(const float a, const float b);
|
||||
extern bool YGValueEqual(const YGValue a, const YGValue b);
|
||||
extern facebook::yoga::detail::CompactValue YGComputedEdgeValue(
|
||||
const facebook::yoga::detail::Values<
|
||||
facebook::yoga::enums::count<YGEdge>()>& edges,
|
||||
|
Reference in New Issue
Block a user