!826 【OpenHarmony开源贡献者计划2022】 删除未初始化的变量ret

Merge pull request !826 from 刘淦/master
This commit is contained in:
openharmony_ci 2022-09-19 02:38:00 +00:00 committed by Gitee
commit e4a1c18d40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@
static VOID TaskF02(VOID)
{
UINT32 ret;
ICUNIT_ASSERT_EQUAL_VOID(ret, 0, ret);
g_testCount++;
return;
}