From d18593895294b3d2203f7e6fab253f1b5835ff85 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 25 Oct 2012 14:42:53 +0000 Subject: a major refactoring in the robust parser: bottom-up filtering and garbage collection for the chart --- src/runtime/c/pgf/pgf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/runtime/c/pgf/pgf.h') diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index b42921f09..3913d9fd2 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -74,13 +74,6 @@ pgf_load_meta_child_probs(PgfPGF*, const char* fpath, GuPool* pool); typedef struct PgfConcr PgfConcr; -void -pgf_set_item_quota(PgfConcr* concr, int quota); - -int -pgf_get_item_quota(PgfConcr* concr); - - #include extern GU_DECLARE_TYPE(PgfPGF, struct); -- cgit v1.2.3