From 702b7e877e09afede0dcdc7f8c680be63e942153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gregorczyk?= Date: Thu, 11 Jan 2018 13:02:06 -0800 Subject: [PATCH] (almost) kill fbjsc Reviewed By: johnislarry Differential Revision: D6701327 fbshipit-source-id: 17630f336e2b275c1de30ebfa32d1cbfbc1b9634 --- ReactCommon/cxxreact/JSCExecutor.cpp | 4 ---- ReactCommon/jschelpers/JSCWrapper.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/ReactCommon/cxxreact/JSCExecutor.cpp b/ReactCommon/cxxreact/JSCExecutor.cpp index 75e929fa9c8..91c7716cbb7 100644 --- a/ReactCommon/cxxreact/JSCExecutor.cpp +++ b/ReactCommon/cxxreact/JSCExecutor.cpp @@ -39,10 +39,6 @@ #include "RecoverableError.h" #include "SystraceSection.h" -#if defined(WITH_JSC_MEMORY_PRESSURE) -#include -#endif - #if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__) #include #endif diff --git a/ReactCommon/jschelpers/JSCWrapper.h b/ReactCommon/jschelpers/JSCWrapper.h index ff9d7890f76..c722199c2df 100644 --- a/ReactCommon/jschelpers/JSCWrapper.h +++ b/ReactCommon/jschelpers/JSCWrapper.h @@ -13,10 +13,6 @@ #include #include -#if WITH_FBJSCEXTENSIONS -#include -#endif - #if defined(JSCINTERNAL) || (!defined(__APPLE__)) #define JSC_IMPORT extern "C" #else