From 31628e00773b81a1dccdc1552e26858af695d0d6 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 14 Aug 2024 19:02:52 +0800 Subject: [PATCH] tetst: test for checking return value --- source/common/src/cos.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/common/src/cos.c b/source/common/src/cos.c index bc92527108..335c654acd 100644 --- a/source/common/src/cos.c +++ b/source/common/src/cos.c @@ -54,8 +54,6 @@ int32_t s3Begin() { void s3End() { S3_deinitialize(); } - - int32_t s3Init() { TAOS_RETURN(TSDB_CODE_SUCCESS); /*s3Begin();*/ } void s3CleanUp() { /*s3End();*/