From 1eb1a61e070f5cb5ab64eda84e602f982a09bf28 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 17 Apr 2009 16:11:24 +0000 Subject: There are two identical cfgfile rules in config.g. Remove one of them. Signed-off-by: Myles Watson Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/config.g | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/newconfig') 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<>: ID {{ if (C): usesoption(ID) }} rule uses<>: USES (usesid<>)+ -- cgit v1.2.3