提交 e66f02f0 编写于 作者: X xzl

delete useless code which used the interface of protobuf.a

上级 bc9d8b5e
...@@ -73,7 +73,6 @@ Trainer* Trainer::create(TrainerConfig* config, ...@@ -73,7 +73,6 @@ Trainer* Trainer::create(TrainerConfig* config,
if (retv->m->getConfig().IsInitialized()) { if (retv->m->getConfig().IsInitialized()) {
return retv; return retv;
} else { } else {
retv->m->getConfig().CheckInitialized();
throw IOError(); throw IOError();
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册