Skip to content

Commit c0afc76

Browse files
committed
remove the unecessary change
1 parent 7f29dc4 commit c0afc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Library/ScriptFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ namespace Js
594594
{
595595
memset(this->m_inlineCaches[i], 0, sizeof(InlineCache));
596596
}
597-
else if(scriptContext != nullptr && !scriptContext->IsClosed())
597+
else if(!scriptContext->IsClosed())
598598
{
599599
if (inlineCache->RemoveFromInvalidationList())
600600
{

0 commit comments

Comments
 (0)