Skip to content

Commit 702b7e8

Browse files
Michał Gregorczykfacebook-github-bot
authored andcommitted
(almost) kill fbjsc
Reviewed By: johnislarry Differential Revision: D6701327 fbshipit-source-id: 17630f336e2b275c1de30ebfa32d1cbfbc1b9634
1 parent 4b4959a commit 702b7e8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ReactCommon/cxxreact/JSCExecutor.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
#include "RecoverableError.h"
4040
#include "SystraceSection.h"
4141

42-
#if defined(WITH_JSC_MEMORY_PRESSURE)
43-
#include <jsc_memory.h>
44-
#endif
45-
4642
#if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__)
4743
#include <jsc_config_android.h>
4844
#endif

ReactCommon/jschelpers/JSCWrapper.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
#include <string>
1414
#include <JavaScriptCore/JavaScript.h>
1515

16-
#if WITH_FBJSCEXTENSIONS
17-
#include <jsc_stringref.h>
18-
#endif
19-
2016
#if defined(JSCINTERNAL) || (!defined(__APPLE__))
2117
#define JSC_IMPORT extern "C"
2218
#else

0 commit comments

Comments
 (0)