Sfoglia il codice sorgente

Removed deprecated code.

Etienne BAUDOUX 8 anni fa
parent
commit
4703b09e70
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/Backend/InliningDecider.cpp

+ 1 - 1
lib/Backend/InliningDecider.cpp

@@ -69,7 +69,7 @@ bool InliningDecider::InlineIntoInliner(Js::FunctionBody *const inliner) const
         return false;
     }
 
-    if (!inliner->IsJsBuiltInCode() && !inliner->GetAnyDynamicProfileInfo()->HasCallSiteInfo(inliner))
+    if (!inliner->GetAnyDynamicProfileInfo()->HasCallSiteInfo(inliner))
     {
         INLINE_TESTTRACE(_u("INLINING: Skip Inline: No call site info\tCaller: %s (#%d)\n"), inliner->GetDisplayName(),
             inliner->GetDebugNumberSet(debugStringBuffer));