summaryrefslogtreecommitdiffstats
path: root/proto/ospf
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-04-14 12:49:31 +0200
committerMartin Mares <mj@ucw.cz>1999-04-14 12:49:31 +0200
commit1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500 (patch)
tree57e2b91329962fbc44fff814091c4c65d4ddba6b /proto/ospf
parent4c630a6dd7e02cbbe1cca2c626feb86801ee4d03 (diff)
downloadbird-1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500.tar
bird-1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500.zip
Removed redeclaration of `idval', so that it compiles :)
Diffstat (limited to 'proto/ospf')
-rw-r--r--proto/ospf/config.Y2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index 73dcd76..1edaeb0 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -14,8 +14,6 @@ CF_DECLS
CF_KEYWORDS(OSPF, AREA)
-%type <i> idval
-
CF_GRAMMAR
CF_ADDTO(proto, ospf_proto '}')