]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Another clean up.
authorOndrej Filip <feela@network.cz>
Sun, 4 Jun 2000 16:17:39 +0000 (16:17 +0000)
committerOndrej Filip <feela@network.cz>
Sun, 4 Jun 2000 16:17:39 +0000 (16:17 +0000)
proto/ospf/config.Y

index 567297155cb43c36d31a0072bfc51a470299d722..c5d1d9c74cfa6f8f9e8a4ab06678f6f1c3cf4345 100644 (file)
@@ -53,11 +53,8 @@ ospf_area_start: AREA idval '{' {
  }
 ;
 
-ospf_area:
- | ospf_area_start ospf_area_list
-;
-
-ospf_area_list: /*EMPTY*/ | ospf_area_opts '}'
+ospf_area: /* EMPTY */
+ | ospf_area_start ospf_area_opts '}'
 ;
 
 ospf_area_opts: