Merge pull request #6777 from yandex/fix-pvs-warning-in-pipeline-executor

Fix PVS warning in PipelineExecutor.
This commit is contained in:
alexey-milovidov 2019-09-02 17:53:28 +03:00 committed by GitHub
commit a71a1693f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,12 +287,6 @@ bool PipelineExecutor::prepareProcessor(UInt64 pid, Stack & children, Stack & pa
switch (node.last_processor_status)
{
case IProcessor::Status::NeedData:
{
add_neighbours_to_prepare_queue();
try_release_ownership();
break;
}
case IProcessor::Status::PortFull:
{
add_neighbours_to_prepare_queue();