提交 7e1c6d1f 编写于 作者: B barrierye

delete finish_binding_memory_(flag), because it can not be marked under the current interface

上级 e5600e8e
...@@ -182,7 +182,7 @@ class DataFeed { ...@@ -182,7 +182,7 @@ class DataFeed {
virtual void AddFeedVar(Variable* var, const std::string& name); virtual void AddFeedVar(Variable* var, const std::string& name);
protected: protected:
// Check if it is executed in this order: // Check if it is executed in this order:
// Init -> SetFileList/BindingMemory -> Start -> Next // Init -> SetFileList(BindingMemory) -> Start -> Next
virtual void CheckInit(); virtual void CheckInit();
virtual void CheckSetFileList(); virtual void CheckSetFileList();
virtual void CheckStart(); virtual void CheckStart();
...@@ -206,7 +206,6 @@ class DataFeed { ...@@ -206,7 +206,6 @@ class DataFeed {
bool finish_init_; bool finish_init_;
static bool finish_set_filelist_; static bool finish_set_filelist_;
bool finish_binding_memory_;
bool finish_start_; bool finish_start_;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册