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

Merge pull request !455 from JerryH/warning
This commit is contained in:
openharmony_ci 2021-12-11 03:18:19 +00:00 committed by Gitee
commit 16259a955e
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
/*