mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 23:28:12 +00:00
Get rid of code gated behind JSC_HAS_EXTERNAL_CACHE
Reviewed By: bnham Differential Revision: D4608754 fbshipit-source-id: 9214c4d20720e5aa1cd65381a4837ff06943376e
This commit is contained in:
parent
cf1bc8d644
commit
bf429f03a9
@ -296,10 +296,6 @@ void JSCExecutor::initOnJSVMThread() throw(JSException) {
|
|||||||
#ifdef JSC_HAS_PERF_STATS_API
|
#ifdef JSC_HAS_PERF_STATS_API
|
||||||
addJSCPerfStatsHooks(m_context);
|
addJSCPerfStatsHooks(m_context);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__)
|
|
||||||
configureJSContextForAndroid(m_context, m_jscConfig, m_deviceCacheDir);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void JSCExecutor::terminateOnJSVMThread() {
|
void JSCExecutor::terminateOnJSVMThread() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user