we no longer maintain an explicit list of functions per category since now it is implicitly kept in the JIT compiled code

This commit is contained in:
kr.angelov
2013-06-26 09:35:50 +00:00
parent fcd2a2b12a
commit d1410aba22
5 changed files with 38 additions and 41 deletions

View File

@@ -92,7 +92,6 @@ typedef struct {
prob_t meta_token_prob;
PgfMetaChildMap* meta_child_probs;
GuBuf* functions; // -->PgfAbsFun
void* predicate;
} PgfAbsCat;