fix: fix warning: 'PthreadFuncTestSuiteTearDown' defined but not used

fix warning: 'PthreadFuncTestSuiteTearDown' defined but not used
fix warning: 'PthreadFuncTestSuiteSetUp' defined but not used

close #I58COM

Signed-off-by: zhumingxian <zhuwanshu@ohos.com.cn>
This commit is contained in:
zhumingxian 2022-05-19 21:28:46 +08:00
parent a5e651cb01
commit 315a448142
1 changed files with 0 additions and 19 deletions

View File

@ -49,25 +49,6 @@ static INT32 g_pthreadSem = 0;
#define Level1 0 #define Level1 0
#define LITE_TEST_CASE(module, function, flag) static int function(void) #define LITE_TEST_CASE(module, function, flag) static int function(void)
/**
* @tc.setup : setup for all testcases
* @return : setup result, TRUE is success, FALSE is fail
*/
static BOOL PthreadFuncTestSuiteSetUp(void)
{
return TRUE;
}
/**
* @tc.teardown : teardown for all testcases
* @return : teardown result, TRUE is success, FALSE is fail
*/
static BOOL PthreadFuncTestSuiteTearDown(void)
{
printf("+-------------------------------------------+\n");
return TRUE;
}
static VOID *PthreadJoinF01(void *argument) static VOID *PthreadJoinF01(void *argument)
{ {
g_testCount++; g_testCount++;