tetst: test for checking return value

This commit is contained in:
chenhaoran 2024-08-14 19:02:52 +08:00
parent 94891943a9
commit 31628e0077
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ int32_t s3Begin() {
void s3End() { S3_deinitialize(); }
int32_t s3Init() { TAOS_RETURN(TSDB_CODE_SUCCESS); /*s3Begin();*/ }
void s3CleanUp() { /*s3End();*/