diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-20 11:53:09 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-22 08:33:26 -0400 |
commit | 48e9f29d31f13e3ebfb9f77ed4effa561966c7a9 (patch) | |
tree | e3d9c4cdf4dacccf9d3975999d4eaf81fc68237d /time64.c | |
parent | 8a62d6b8193214bd476c275fc4b083b526108223 (diff) | |
download | perl-48e9f29d31f13e3ebfb9f77ed4effa561966c7a9.tar.gz |
Drop useful-looking but unused lookup table.
Diffstat (limited to 'time64.c')
-rw-r--r-- | time64.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -72,16 +72,6 @@ static const short safe_years[SOLAR_CYCLE_LENGTH] = { 2012, 2013, 2014, 2015 }; -static const char dow_year_start[SOLAR_CYCLE_LENGTH] = { - 5, 0, 1, 2, /* 0 2016 - 2019 */ - 3, 5, 6, 0, /* 4 */ - 1, 3, 4, 5, /* 8 */ - 6, 1, 2, 3, /* 12 */ - 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 provide some cheats so you can skip ahead. This has a 4x speed boost when near 2008. |