am 2b2916d1: Merge "Remove some dead data."

* commit '2b2916d15458671babed9e250b4d98f1980a976d':
  Remove some dead data.
This commit is contained in:
Elliott Hughes 2014-07-07 18:02:34 +00:00 committed by Android Git Automerger
commit 4568e344c0

View File

@ -137,17 +137,6 @@ static const int safe_years_low[SOLAR_CYCLE_LENGTH] = {
1992, 1993, 1994, 1995, 1992, 1993, 1994, 1995,
}; };
/* This isn't used, but it's handy to look at */
static const int dow_year_start[SOLAR_CYCLE_LENGTH] = {
5, 0, 1, 2, /* 0 2016 - 2019 */
3, 5, 6, 0, /* 4 */
1, 3, 4, 5, /* 8 1996 - 1998, 1971*/
6, 1, 2, 3, /* 12 1972 - 1975 */
4, 6, 0, 1, /* 16 */
2, 4, 5, 6, /* 20 2036, 2037, 2010, 2011 */
0, 2, 3, 4 /* 24 2012, 2013, 2014, 2015 */
};
/* Let's assume people are going to be looking for dates in the future. /* Let's assume people are going to be looking for dates in the future.
Let's provide some cheats so you can skip ahead. Let's provide some cheats so you can skip ahead.
This has a 4x speed boost when near 2008. This has a 4x speed boost when near 2008.