remove the duplicated definition of PgfProductionIdx in parser.c

This commit is contained in:
kr.angelov
2012-11-19 14:16:31 +00:00
parent ac2ea8a579
commit f8c302f9ef

View File

@@ -68,7 +68,6 @@ static GU_DEFINE_TYPE(PgfCFCat, struct,
extern GuHasher pgf_cfcat_hasher;
typedef GuMap PgfProductionIdx;
GU_DEFINE_TYPE(PgfProductionIdx, GuMap,
gu_type(PgfCFCat), &pgf_cfcat_hasher,
gu_type(PgfProductionSeq), &gu_null_seq);