Update PullingPipelineExecutor.cpp

This commit is contained in:
alexey-milovidov 2020-05-30 21:05:05 +03:00 committed by GitHub
parent c43976b6c5
commit a5770fe041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,10 +74,6 @@ void PullingPipelineExecutor::cancel()
/// Cancel execution if it wasn't finished.
if (executor)
executor->cancel();
/// Read all data and finish execution.
/// Chunk chunk;
/// while (pull(chunk));
}
Chunk PullingPipelineExecutor::getTotals()