mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-30 01:37:01 +08:00
Remove unused variable in RCTExceptionsManager
Reviewed By: javache Differential Revision: D4205553 fbshipit-source-id: f481bcca57f75356b6b2c6e1ec488313de64ab93
This commit is contained in:
committed by
Facebook Github Bot
parent
2a04569926
commit
cac64f98a9
@@ -18,7 +18,6 @@
|
||||
@implementation RCTExceptionsManager
|
||||
{
|
||||
__weak id<RCTExceptionsManagerDelegate> _delegate;
|
||||
NSUInteger _reloadRetries;
|
||||
}
|
||||
|
||||
@synthesize bridge = _bridge;
|
||||
|
||||
Reference in New Issue
Block a user