From ffdd3e43b054c25c9b2263df31ff2997ad57f0bc Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Mon, 29 Feb 2016 10:07:33 -0800 Subject: [PATCH] remove dead code Summary: This property is now in the bridge. Reviewed By: tadeuzagallo Differential Revision: D2985894 fb-gh-sync-id: 38821e0c5998bc96fc8f6164fbbc82c721f5c5ad shipit-source-id: 38821e0c5998bc96fc8f6164fbbc82c721f5c5ad --- React/Base/RCTRootView.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/React/Base/RCTRootView.h b/React/Base/RCTRootView.h index ba1fe8712..de5908974 100644 --- a/React/Base/RCTRootView.h +++ b/React/Base/RCTRootView.h @@ -83,13 +83,6 @@ extern NSString *const RCTContentDidAppearNotification; */ @property (nonatomic, copy, readwrite) NSDictionary *appProperties; -/** - * The class of the RCTJavaScriptExecutor to use with this view. - * If not specified, it will default to using RCTJSCExecutor. - * Changes will take effect next time the bundle is reloaded. - */ -@property (nonatomic, strong) Class executorClass; - /** * The size flexibility mode of the root view. */