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/data.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 5e32d8e5e..ef5d1a780 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -157,9 +157,6 @@ extern GU_DECLARE_TYPE(PgfCncOverloadMap, GuMap); typedef GuMap PgfProductionIdx; extern GU_DECLARE_TYPE(PgfProductionIdx, GuMap); -typedef GuMap PgfLeftcornerCatIdx; -extern GU_DECLARE_TYPE(PgfLeftcornerCatIdx, GuMap); - typedef GuMap PgfLeftcornerTokIdx; extern GU_DECLARE_TYPE(PgfLeftcornerTokIdx, GuMap); @@ -233,7 +230,6 @@ struct PgfConcr { PgfCncFunOverloadMap* fun_indices; PgfCncOverloadMap* coerce_idx; PgfProductionIdx* epsilon_idx; - PgfLeftcornerCatIdx* leftcorner_cat_idx; PgfLeftcornerTokIdx* leftcorner_tok_idx; PgfCncFuns* cncfuns; PgfSequences* sequences; -- cgit v1.2.3