fix: compile errors

This commit is contained in:
Simon Guan 2025-03-17 22:57:06 +08:00
parent 87fbdd24ad
commit 7edd97a321
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,6 @@ _exit:
}
return code;
}
#endif
int32_t tsdbAsyncS3Migrate(STsdb *tsdb, int64_t now) {
int32_t code = 0;
@ -762,4 +761,5 @@ int32_t tsdbAsyncS3Migrate(STsdb *tsdb, int64_t now) {
return code;
}
#endif