Removed unused ivar (_launchOptions) from RCTRootView

Reviewed By: javache

Differential Revision: D5477683

fbshipit-source-id: 05191c98573fe74105d6af2a098f2a8c4479e09c
This commit is contained in:
Valentin Shergin 2017-07-24 09:25:56 -07:00 committed by Facebook Github Bot
parent cfeaefb4e0
commit 1b9b366cef

View File

@ -45,7 +45,6 @@ NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotificat
{
RCTBridge *_bridge;
NSString *_moduleName;
NSDictionary *_launchOptions;
RCTRootContentView *_contentView;
BOOL _passThroughTouches;
CGSize _intrinsicContentSize;