浏览代码

#IQRV #comment GPIO 去除一行无效的语句

80374374 1 年之前
父节点
当前提交
d9a9c8221c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Module/mod_gpio/mod_gpio.cpp

+ 0 - 1
Module/mod_gpio/mod_gpio.cpp

@@ -222,7 +222,6 @@ void CGpioEntity::ToLogRootINIInfo()
 
     std::pair<bool, std::string> strResult;
     strResult = generateJsonStr(rootInfo);
-    strResult.second.c_str();
 
     if (!entityName.IsNullOrEmpty()) {
         LogWarn(Severity_Low, Error_Debug, GPIO_UserErrorCode_Real_Root_Config, strResult.second.c_str());