Remove follySupport.h

Reviewed By: lexs

Differential Revision: D3944918

fbshipit-source-id: 702907a12e3916f9d6edde7362416188df909d70
This commit is contained in:
Pieter De Baets
2016-09-30 12:19:00 -07:00
committed by Facebook Github Bot
parent 6ee319d8eb
commit 5b52dab781
6 changed files with 4 additions and 31 deletions

View File

@@ -16,7 +16,6 @@
#include <fcntl.h>
#include <sys/time.h>
#include "FollySupport.h"
#include "JSCHelpers.h"
#include "Platform.h"
#include "SystraceSection.h"
@@ -130,7 +129,7 @@ JSCExecutor::JSCExecutor(std::shared_ptr<ExecutorDelegate> delegate,
SystraceSection t("setGlobalVariable");
setGlobalVariable(
"__fbBatchedBridgeConfig",
folly::make_unique<JSBigStdString>(detail::toStdString(folly::toJson(config))));
folly::make_unique<JSBigStdString>(folly::toJson(config)));
}
JSCExecutor::JSCExecutor(