fix: 清除因g_tm变量没有使用引入的编译告警

close #I4LW3H

Signed-off-by: JerryH <huangjieliang@huawei.com>
Change-Id: I8f1be047ce5af5e7d50822c22764f9b2f04167d9
This commit is contained in:
JerryH 2021-12-11 10:38:35 +08:00
parent ff11e86c42
commit 9689522a8e
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ STATIC const UINT16 g_daysInMonth[2][13] = {
};
STATIC const UINT8 g_montbl[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
/* internal shared struct tm object for localtime and gmtime */
static struct tm g_tm;
#endif
/*