From 4cdbb77c3363e120877ff66f39cdcf51d668df7d Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 21 Dec 2017 04:34:18 -0800 Subject: [PATCH] Do not set FB_ASSERTION_ENABLED Reviewed By: emilsjolander Differential Revision: D6611904 fbshipit-source-id: f01ac144159c1b333d8deb8cbb5ba0288e4bf7a4 --- ReactCommon/yoga/yoga/YGMacros.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ReactCommon/yoga/yoga/YGMacros.h b/ReactCommon/yoga/yoga/YGMacros.h index 628811a9d84627..2b9c5193ec8abb 100644 --- a/ReactCommon/yoga/yoga/YGMacros.h +++ b/ReactCommon/yoga/yoga/YGMacros.h @@ -31,10 +31,6 @@ #define WIN_STRUCT_REF(value) value #endif -#ifndef FB_ASSERTIONS_ENABLED -#define FB_ASSERTIONS_ENABLED 1 -#endif - #ifdef NS_ENUM // Cannot use NSInteger as NSInteger has a different size than int (which is the default type of a // enum).