diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-13 13:49:17 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-13 13:49:17 +0000 |
| commit | 470eb46e9601bc27b6dfdf84c1c038342ca2e765 (patch) | |
| tree | d87a3a9842d50906dfff8c8b60c32a98b5946219 /src/runtime/c/pgf/data.h | |
| parent | c721c5548e2f85b01ec932bdeb6dac00cef7ef42 (diff) | |
remove leftcorner_cat_idx which is now redundant
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
