提交 0d1f0ac8 authored 作者: blu's avatar blu

big refacting of communitation architect

上级 a47cd2e8
...@@ -83,17 +83,6 @@ private: ...@@ -83,17 +83,6 @@ private:
int reloadCfg(string subModGid = "") int reloadCfg(string subModGid = "")
{ {
// int bootType = 0;
// if(subModGid == "ALL") {
// bootType = 1;
// }
// else if(subModGid.empty()) {
// bootType = 2;
// }
// else {
// bootType = 3;
// }
int ret = LVDB::getSn(this->info); int ret = LVDB::getSn(this->info);
if(ret < 0) { if(ret < 0) {
spdlog::error("evdaemon {} failed to get info", this->devSn); spdlog::error("evdaemon {} failed to get info", this->devSn);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论