extra: remove commented out 'X' and 'x' formats

These formats are already covered with 'T' | 'X' in line 571 and 'D' | 'x' in
line 446.
This commit is contained in:
Luis de Bethencourt 2013-10-05 17:30:26 -04:00
parent 0c388be8d1
commit 72490c9d48

View File

@ -600,8 +600,6 @@ fn parse_type(s: &str, pos: uint, ch: char, tm: &mut Tm)
None => Err(~"Invalid day of week") None => Err(~"Invalid day of week")
} }
} }
//'X' {}
//'x' {}
'Y' => { 'Y' => {
match match_digits(s, pos, 4u, false) { match match_digits(s, pos, 4u, false) {
Some(item) => { Some(item) => {