Skip to content

Commit

Permalink
Remove unused variable in RCTExceptionsManager
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D4205553

fbshipit-source-id: f481bcca57f75356b6b2c6e1ec488313de64ab93
  • Loading branch information
Grace Ku authored and Facebook Github Bot committed Nov 18, 2016
1 parent 2a04569 commit cac64f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion React/Modules/RCTExceptionsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
@implementation RCTExceptionsManager
{
__weak id<RCTExceptionsManagerDelegate> _delegate;
NSUInteger _reloadRetries;
}

@synthesize bridge = _bridge;
Expand Down

0 comments on commit cac64f9

Please sign in to comment.