diff --git a/hphp/runtime/vm/jit/jit.cfg b/hphp/runtime/vm/jit/jit.cfg deleted file mode 100644 index f93b23f02..000000000 --- a/hphp/runtime/vm/jit/jit.cfg +++ /dev/null @@ -1 +0,0 @@ -Eval.Jit=true diff --git a/hphp/runtime/vm/jit/srcdb.cpp b/hphp/runtime/vm/jit/srcdb.cpp index 67515efb8..44252d189 100644 --- a/hphp/runtime/vm/jit/srcdb.cpp +++ b/hphp/runtime/vm/jit/srcdb.cpp @@ -202,18 +202,6 @@ void SrcRec::patch(IncomingBranch branch, TCA dest) { } } -void SrcDB::recordDependencyWork(const Eval::PhpFile* file, const SrcKey& sk) { - if (RuntimeOption::RepoAuthoritative) return; - assert(Translator::WriteLease().amOwner()); - std::pair insRet = - m_deps.insert(FileDepMap::value_type(file, nullptr)); - if (insRet.second) { - insRet.first->second = new GrowableVector(); - } - TRACE(1, "SrcDB::recordDependencyWork: file %p\n", file); - insRet.first->second = insRet.first->second->push_back(sk); -} - /* * Returns number of destroyed references to file. */ diff --git a/hphp/runtime/vm/jit/srcdb.h b/hphp/runtime/vm/jit/srcdb.h index 26ded3cf1..89ff758c0 100644 --- a/hphp/runtime/vm/jit/srcdb.h +++ b/hphp/runtime/vm/jit/srcdb.h @@ -231,11 +231,6 @@ public: return *m_map.insert(sk.toAtomicInt(), new SrcRec); } - inline void recordDependency(const Eval::PhpFile* file, const SrcKey& sk) { - if (RuntimeOption::RepoAuthoritative) return; - recordDependencyWork(file, sk); - } - void recordDependencyWork(const Eval::PhpFile* file, const SrcKey& sk); size_t invalidateCode(const Eval::PhpFile* file); }; diff --git a/hphp/test/slow/ir_inlining/flutent.php.expect b/hphp/test/slow/ir_inlining/flutent.php.expect deleted file mode 100644 index 789819226..000000000 --- a/hphp/test/slow/ir_inlining/flutent.php.expect +++ /dev/null @@ -1 +0,0 @@ -a