From d1410aba223edf235b83a70be0890b48fd07e585 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 26 Jun 2013 09:35:50 +0000 Subject: we no longer maintain an explicit list of functions per category since now it is implicitly kept in the JIT compiled code --- src/runtime/c/pgf/data.h | 1 - 1 file changed, 1 deletion(-) (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 1be7a3fcf..b7a13d07d 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -92,7 +92,6 @@ typedef struct { prob_t meta_token_prob; PgfMetaChildMap* meta_child_probs; - GuBuf* functions; // -->PgfAbsFun void* predicate; } PgfAbsCat; -- cgit v1.2.3