Remove unused variable in RCTExceptionsManager

Reviewed By: javache

Differential Revision: D4205553

fbshipit-source-id: f481bcca57f75356b6b2c6e1ec488313de64ab93
This commit is contained in:
Grace Ku
2016-11-18 14:05:33 -08:00
committed by Facebook Github Bot
parent 2a04569926
commit cac64f98a9

View File

@@ -18,7 +18,6 @@
@implementation RCTExceptionsManager
{
__weak id<RCTExceptionsManagerDelegate> _delegate;
NSUInteger _reloadRetries;
}
@synthesize bridge = _bridge;