From 023b1e455d24bff7868c63a317a411c4381b529d Mon Sep 17 00:00:00 2001 From: guru4elephant <35550832+guru4elephant@users.noreply.github.com> Date: Wed, 21 Nov 2018 23:51:52 +0800 Subject: [PATCH] Update async_executor.md --- doc/fluid/design/async_executor/async_executor.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/fluid/design/async_executor/async_executor.md b/doc/fluid/design/async_executor/async_executor.md index 8789b2285..6891bd306 100644 --- a/doc/fluid/design/async_executor/async_executor.md +++ b/doc/fluid/design/async_executor/async_executor.md @@ -59,7 +59,6 @@ std::vector AsyncExecutor::RunFromFile( 2) each reader has a Next() iterface, that can fetch an instance from the input queue */ - // todo: should be factory method for creating datafeed std::vector > readers; PrepareReaders(readers, thread_num, data_feed_desc, filelist); -- GitLab