summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-04 18:17:39 +0200
committerOndrej Filip <feela@network.cz>2000-06-04 18:17:39 +0200
commite7811248685520ceff362b8bc7f090067ca42114 (patch)
treef8382d37c3c6724dd8d9d9e1cd62e31a767114c5
parent47f8e0c2169bba2dd209f1c7ed89f1d605d36b3e (diff)
downloadbird-e7811248685520ceff362b8bc7f090067ca42114.tar
bird-e7811248685520ceff362b8bc7f090067ca42114.zip
Another clean up.
-rw-r--r--proto/ospf/config.Y7
1 files changed, 2 insertions, 5 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index 5672971..c5d1d9c 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -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: