删除src/create_pcid.c注释代码

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-05-23 02:48:59 +00:00
committed by Gitee
parent 47b18e6bf6
commit 13fa86a9d0
-1
View File
@@ -899,7 +899,6 @@ int32_t EncodePcidscToString(char *inputFile, char *outDirPath)
}
(void)memset_s(freePcidInfo.priSyscapFull, priSyscapCount * SINGLE_SYSCAP_LEN,
0, priSyscapCount * SINGLE_SYSCAP_LEN);
// freePcidInfo.priSyscapFull = NULL;
ret = CheckPrivateSyCap(freePcidInfo, privateSyscapLen, privateSyscap, ret);
if (ret == -1) {