fix: compile errors
This commit is contained in:
parent
87fbdd24ad
commit
7edd97a321
|
@ -735,7 +735,6 @@ _exit:
|
||||||
}
|
}
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
int32_t tsdbAsyncS3Migrate(STsdb *tsdb, int64_t now) {
|
int32_t tsdbAsyncS3Migrate(STsdb *tsdb, int64_t now) {
|
||||||
int32_t code = 0;
|
int32_t code = 0;
|
||||||
|
@ -762,4 +761,5 @@ int32_t tsdbAsyncS3Migrate(STsdb *tsdb, int64_t now) {
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue