[td-3967]refactor.

This commit is contained in:
Haojun Liao 2021-04-30 10:46:13 +08:00
parent 2742159fde
commit c64fd41be7
1 changed files with 0 additions and 10 deletions

View File

@ -475,16 +475,6 @@ int tsParseOneRow(char **str, STableDataBlocks *pDataBlocks, SSqlCmd *pCmd, int1
continue;
}
// if (sToken.z[k] == delim || sToken.z[k] == '\\') {
// if (sToken.z[k + 1] == delim) {
// cnt++;
// tmpTokenBuf[j] = sToken.z[k + 1];
// j++;s
// k++;
// continue;
// }
// }
tmpTokenBuf[j] = sToken.z[k];
j++;
}