Fix PVS warning in PipelineExecutor.

This commit is contained in:
Nikolai Kochetov 2019-09-02 16:30:51 +03:00
parent e2dbff73f6
commit 2eecd35d27

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();