chore: remove obsolete codes

This commit is contained in:
Cary Xu 2022-09-23 19:00:38 +08:00
parent ed2b3678a6
commit 132425b194
1 changed files with 0 additions and 1 deletions

View File

@ -624,7 +624,6 @@ static int64_t tsdbFSendFile(TdFilePtr pOutFD, TdFilePtr pInFD, int64_t size, in
int64_t offset = 0;
int64_t nBytes = 0;
int64_t startMs = 0;
int64_t endMs = 0;
int64_t cost = 0;
while ((offset + speed) < size) {
startMs = taosGetTimestampMs();