Skip to content

Commit c47a549

Browse files
committed
---
yaml --- r: 82170 b: refs/heads/master c: 549f709 h: refs/heads/master v: v3
1 parent 009d2ae commit c47a549

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bf416e7daf533fd4eb6f270da3ab965ac7422f05
2+
refs/heads/master: 549f70989e3423642bacc41bb6c58ed81d591c03
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/src/libextra/time.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,6 @@ pub fn strptime(s: &str, format: &str) -> Result<Tm, ~str> {
600600
None => Err(~"Invalid day of week")
601601
}
602602
}
603-
//'X' {}
604-
//'x' {}
605603
'Y' => {
606604
match match_digits(s, pos, 4u, false) {
607605
Some(item) => {

0 commit comments

Comments
 (0)