fix: 清除因g_tm变量没有使用引入的编译告警
close #I4LW3H Signed-off-by: JerryH <huangjieliang@huawei.com> Change-Id: I8f1be047ce5af5e7d50822c22764f9b2f04167d9
This commit is contained in:
parent
ff11e86c42
commit
9689522a8e
|
@ -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 };
|
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
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue