1
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-05 00:21:30 +02:00

Removed bogus comment.

This commit is contained in:
Martin Mares 2000-03-04 21:27:57 +00:00
parent 54fb7701a2
commit 16c07e3d51

View File

@ -118,7 +118,7 @@ pxlen:
}
;
datetime: /* Return seconds from epoch, FIXME we want be more user friendly */
datetime:
TEXT {
$$ = tm_parse_date($1);
if (!$$)