提交 d54ed458 编写于 作者: A Alex Duan

fix(all): remove seterror, no use

上级 97e70e8f
......@@ -2275,7 +2275,6 @@ int32_t tsCompressBool(void *pIn, int32_t nIn, int32_t nEle, void *pOut, int32_t
} else if (cmprAlg == TWO_STAGE_COMP) {
int32_t len = tsCompressBoolImp(pIn, nEle, pBuf);
if (len < 0) {
strerror(errno));
return -1;
}
return tsCompressStringImp(pBuf, len, pOut, nOut);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册