remove unused variable ret

Signed-off-by: liugan <liugan_public@163.com>
This commit is contained in:
liugan 2022-09-17 17:15:52 +08:00
parent b8f8ab5a36
commit 83790f4f9b
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;
}