From 9689522a8e08b79244ad339dc24074843b99d33b Mon Sep 17 00:00:00 2001 From: JerryH Date: Sat, 11 Dec 2021 10:38:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E5=9B=A0g=5Ftm?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E7=9A=84=E7=BC=96=E8=AF=91=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #I4LW3H Signed-off-by: JerryH Change-Id: I8f1be047ce5af5e7d50822c22764f9b2f04167d9 --- kal/posix/src/time.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/kal/posix/src/time.c b/kal/posix/src/time.c index fb489ada..c3153fe4 100644 --- a/kal/posix/src/time.c +++ b/kal/posix/src/time.c @@ -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 /*