From e7811248685520ceff362b8bc7f090067ca42114 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 4 Jun 2000 16:17:39 +0000 Subject: Another clean up. --- proto/ospf/config.Y | 7 ++----- 1 file 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: -- cgit v1.2.3