From 3f390592171e991eb4651cfe27cdf7dd21d0a263 Mon Sep 17 00:00:00 2001 From: zhangjun <2281979437@qq.com> Date: Wed, 11 Sep 2019 18:51:10 +0800 Subject: [PATCH] =?UTF-8?q?[components][libc][compilers][common]=E7=A7=BB?= =?UTF-8?q?=E9=99=A4time.c=E4=B8=AD=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=8F=98=E9=87=8Ftimezone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/libc/compilers/common/time.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/libc/compilers/common/time.c b/components/libc/compilers/common/time.c index 10682ae002..50a800b259 100644 --- a/components/libc/compilers/common/time.c +++ b/components/libc/compilers/common/time.c @@ -30,7 +30,6 @@ const short __spm[13] = (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30), (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30 + 31), }; -static long int timezone; static const char days[] = "Sun Mon Tue Wed Thu Fri Sat "; static const char months[] = "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec "; -- GitLab