From 5e3b23325e8f7642d19197094296ab54d4914780 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 19 Nov 2012 14:16:31 +0000 Subject: [PATCH] remove the duplicated definition of PgfProductionIdx in parser.c --- src/runtime/c/pgf/parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c index 429a43db0..ad792ebb4 100644 --- a/src/runtime/c/pgf/parser.c +++ b/src/runtime/c/pgf/parser.c @@ -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);