From 470eb46e9601bc27b6dfdf84c1c038342ca2e765 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 13 Sep 2013 13:49:17 +0000 Subject: remove leftcorner_cat_idx which is now redundant --- src/runtime/c/pgf/parser.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/runtime/c/pgf/parser.c') diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c index fb930704c..4408b4336 100644 --- a/src/runtime/c/pgf/parser.c +++ b/src/runtime/c/pgf/parser.c @@ -138,10 +138,6 @@ struct PgfItem { prob_t inside_prob; }; -GU_DEFINE_TYPE(PgfLeftcornerCatIdx, GuMap, - gu_type(PgfCFCat), &pgf_cfcat_hasher, - gu_ptr_type(PgfProductionIdx), &gu_null_struct); - GU_DEFINE_TYPE(PgfLeftcornerTokIdx, GuStringMap, gu_ptr_type(PgfProductionIdx), &gu_null_struct); -- cgit v1.2.3