There are two identical cfgfile rules in config.g. Remove one of them.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-04-17 16:11:24 +00:00
parent a80a61049b
commit 1eb1a61e07
1 changed files with 0 additions and 4 deletions

View File

@ -1904,10 +1904,6 @@ parser Config:
(stmt<<1>>)*
EOF {{ return 1 }}
rule cfgfile: (uses<<1>>)*
(stmt<<1>>)*
EOF {{ return 1 }}
rule usesid<<C>>: ID {{ if (C): usesoption(ID) }}
rule uses<<C>>: USES (usesid<<C>>)+