diff --git a/dlls/oleaut32/parsedt.c b/dlls/oleaut32/parsedt.c
index 9fc8cccdd480fbaf15d3bb3328933f3a2fe8d90f..b1a2554e0b27ea49c959339ce5a4db6accf86fff 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;