diff --git a/kal/posix/src/time.c b/kal/posix/src/time.c index fb489ada769a8c10971d294fcb2579b68a8b6a0f..c3153fe4e697756b88ae4b232a871f6397ec21ea 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 /*