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:
Ashok Menon 2017-02-25 17:48:36 -08:00 committed by Facebook Github Bot
parent cf1bc8d644
commit bf429f03a9

View File

@ -296,10 +296,6 @@ void JSCExecutor::initOnJSVMThread() throw(JSException) {
#ifdef JSC_HAS_PERF_STATS_API
addJSCPerfStatsHooks(m_context);
#endif
#if defined(WITH_FB_JSC_TUNING) && defined(__ANDROID__)
configureJSContextForAndroid(m_context, m_jscConfig, m_deviceCacheDir);
#endif
}
void JSCExecutor::terminateOnJSVMThread() {