Remove a couple more references to 86401 notation

This commit is contained in:
Laurence Withers 2007-05-22 10:00:27 +00:00
parent 81564487a4
commit 9d5e4dd3c6
1 changed files with 0 additions and 4 deletions

View File

@ -626,10 +626,6 @@ done:
ERROR_IF(latest && latest->sec != 86400);
}
// we can't have e.g. 240000.5
ERROR_IF(earliest && earliest->sec == 86401 && earliest->nsec);
ERROR_IF(latest && latest->sec == 86401 && latest->nsec);
return 0;
#undef ERROR_IF
#undef INCNUM