fix(all): remove seterror, no use

This commit is contained in:
Alex Duan 2022-10-24 18:49:48 +08:00
parent 97e70e8f27
commit d54ed45822
1 changed files with 0 additions and 1 deletions

View File

@ -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);