Skip to content

Commit 262228a

Browse files
author
Aaron Raddon
committed
code coverage
1 parent c4a7a0d commit 262228a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

parseany.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,14 +1566,6 @@ iterRunes:
15661566
// 3.2.81
15671567
// 08.21.71
15681568
// 2018.09.30
1569-
if p.yearlen > 0 {
1570-
// 2018.09.30
1571-
p.daylen = i - p.dayi
1572-
p.setDay()
1573-
} else {
1574-
p.setYear()
1575-
p.yearlen = i - p.yeari
1576-
}
15771569
return p, nil
15781570

15791571
case dateDigitWsMoYear:

0 commit comments

Comments
 (0)