remove null data check from connected slots
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -4343,6 +4343,9 @@ namespace ScriptCanvas
|
||||
|
||||
execution->AddInput({ &input, inputVariable, DebugDataSource::FromSelfSlot(input, inputVariable->m_datum.GetType()) });
|
||||
}
|
||||
|
||||
// Check for known null reads
|
||||
CheckForKnownNullDereference(execution, execution->GetInput(execution->GetInputCount() - 1), input);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -4374,9 +4377,6 @@ namespace ScriptCanvas
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Check for known null reads
|
||||
CheckForKnownNullDereference(execution, execution->GetInput(execution->GetInputCount() - 1), input);
|
||||
}
|
||||
|
||||
bool AbstractCodeModel::ParseInputThisPointer(ExecutionTreePtr execution)
|
||||
|
||||
Reference in New Issue
Block a user