From 99d73c8927e67ddf5da7ebb7f35ac7804384b8a4 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Fri, 17 Mar 2017 06:55:41 -0700 Subject: [PATCH] Move FBReactJSExecutor to Instance Reviewed By: mhorowitz Differential Revision: D4589940 fbshipit-source-id: e3f0c374e78f77e54cede5c617414e41844f0f4d --- ReactCommon/cxxreact/Instance.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactCommon/cxxreact/Instance.cpp b/ReactCommon/cxxreact/Instance.cpp index 300c809db..4188fe572 100644 --- a/ReactCommon/cxxreact/Instance.cpp +++ b/ReactCommon/cxxreact/Instance.cpp @@ -36,7 +36,6 @@ void Instance::initializeBridge( std::shared_ptr moduleRegistry) { callback_ = std::move(callback); - jsQueue->runOnQueueSync( [this, &jsef, moduleRegistry, jsQueue] () mutable { nativeToJsBridge_ = folly::make_unique(