]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed bogus comment.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Mar 2000 21:27:57 +0000 (21:27 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 4 Mar 2000 21:27:57 +0000 (21:27 +0000)
conf/confbase.Y

index 33fb3f749c2486caa604fe854fe45d83d10e1c85..0b9f3d309c3be4d546a6bbc63d09a820ac937f0f 100644 (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 (!$$)