summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/parser.c')
-rw-r--r--src/runtime/c/pgf/parser.c4
1 files changed, 0 insertions, 4 deletions
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);