Skip to content

Commit

Permalink
(almost) kill fbjsc
Browse files Browse the repository at this point in the history
Reviewed By: johnislarry

Differential Revision: D6701327

fbshipit-source-id: 17630f336e2b275c1de30ebfa32d1cbfbc1b9634
  • Loading branch information
Michał Gregorczyk authored and facebook-github-bot committed Jan 11, 2018
1 parent 4b4959a commit 702b7e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ReactCommon/cxxreact/JSCExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#include "RecoverableError.h"
#include "SystraceSection.h"

#if defined(WITH_JSC_MEMORY_PRESSURE)
#include <jsc_memory.h>
#endif

#if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__)
#include <jsc_config_android.h>
#endif
Expand Down
4 changes: 0 additions & 4 deletions ReactCommon/jschelpers/JSCWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
#include <string>
#include <JavaScriptCore/JavaScript.h>

#if WITH_FBJSCEXTENSIONS
#include <jsc_stringref.h>
#endif

#if defined(JSCINTERNAL) || (!defined(__APPLE__))
#define JSC_IMPORT extern "C"
#else
Expand Down

0 comments on commit 702b7e8

Please sign in to comment.