From e4856a2264390e57ca677889bb9c7eac58cd9b2e Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Tue, 26 Mar 2019 05:17:50 -0700 Subject: [PATCH] Remove duplicated function declaration Summary: @public Just removes a duplicated function declaration. Reviewed By: SidharthGuglani Differential Revision: D14598446 fbshipit-source-id: b4d8fe192f9a07f512f6a346f27d9046bb3bae23 --- yoga/Yoga-internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/yoga/Yoga-internal.h b/yoga/Yoga-internal.h index bc4a4a20..5b4bc5be 100644 --- a/yoga/Yoga-internal.h +++ b/yoga/Yoga-internal.h @@ -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()>& edges,