[llvmonly] Add an optimized implementation for generic virtual calls on interfaces.
[mono.git] / tools / locale-builder / DateTimeFormatEntry.cs
index b9aa3822f6989b509a2ff04113928e1fd3d70a7f..b9fa1ae43f106775d7e78f336f6230981cb2991e 100644 (file)
@@ -48,16 +48,11 @@ namespace Mono.Tools.LocaleBuilder
                public string[] DayNames = new string[Constants.NUM_DAYS];
                public int? FirstDayOfWeek;
                public string RawFullDateTimePattern;
-               public string LongDatePattern;
-               public string LongTimePattern;
                public string MonthDayPattern;
                public string[] MonthGenitiveNames = new string[Constants.NUM_MONTHS];
                public string[] MonthNames = new string[Constants.NUM_MONTHS];
                public string PMDesignator;
-               public string ShortDatePattern;
-               public string ShortTimePattern;
                public string TimeSeparator;
-               public string YearMonthPattern;
                public string[] ShortDatePatterns = new string[Constants.NUM_SHORT_DATE_PATTERNS];
                public string[] LongDatePatterns = new string[Constants.NUM_LONG_DATE_PATTERNS];
                public string[] ShortTimePatterns = new string[Constants.NUM_SHORT_TIME_PATTERNS];