diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-04-17 16:11:24 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-04-17 16:11:24 +0000 |
commit | 1eb1a61e070f5cb5ab64eda84e602f982a09bf28 (patch) | |
tree | 6292665ae5f90a46a5a97501c4c9719e3b3683ef /util | |
parent | a80a61049b4851fa559ed1562f64e6ef93f6aa55 (diff) |
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
Diffstat (limited to 'util')
-rw-r--r-- | util/newconfig/config.g | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/newconfig/config.g b/util/newconfig/config.g index 4a1fe9583e..9b229a21d8 100644 --- a/util/newconfig/config.g +++ b/util/newconfig/config.g @@ -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>>)+ |