Skip to content
Snippets Groups Projects
Commit 0974c154 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Remove unused variables mdays, months, days, and DateStyle.

parent b27c09b2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment