Do not set FB_ASSERTION_ENABLED

Reviewed By: emilsjolander

Differential Revision: D6611904

fbshipit-source-id: f01ac144159c1b333d8deb8cbb5ba0288e4bf7a4
This commit is contained in:
Pritesh Nandgaonkar 2017-12-21 04:34:18 -08:00 committed by Facebook Github Bot
parent 0b5e8b4852
commit 4cdbb77c33
1 changed files with 0 additions and 4 deletions

View File

@ -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).