[components][libc][compilers][common]移除time.c中未使用的变量timezone

This commit is contained in:
zhangjun 2019-09-11 18:51:10 +08:00
parent 43f4e10b9a
commit 3f39059217
1 changed files with 0 additions and 1 deletions

View File

@ -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 ";