From 0974c154cb10f5498b1296ee23e1e78607ead852 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer <gerald@pfeifer.com> Date: Tue, 14 Oct 2003 20:10:16 +0000 Subject: [PATCH] Remove unused variables mdays, months, days, and DateStyle. --- dlls/oleaut32/parsedt.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dlls/oleaut32/parsedt.c b/dlls/oleaut32/parsedt.c index 9fc8cccdd48..b1a2554e0b2 100644 --- a/dlls/oleaut32/parsedt.c +++ b/dlls/oleaut32/parsedt.c @@ -57,18 +57,9 @@ static int DecodeTimezone(char *str, int *tzp); #define USE_DATE_CACHE 1 #define ROUND_ALL 0 -static const int mdays[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0}; - -static const char * const months[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", -"Jul", "Aug", "Sep", "Oct", "Nov", "Dec", NULL}; - -static const char * const days[] = {"Sunday", "Monday", "Tuesday", "Wednesday", -"Thursday", "Friday", "Saturday", NULL}; - -/* those three vars are useless, and not even initialized, so +/* those two vars are useless, and not even initialized, so * I'd rather remove them all (EPP) */ -int DateStyle; bool EuroDates; int CTimeZone; -- GitLab