remove obsolete code

This commit is contained in:
krangelov
2021-11-19 09:38:04 +01:00
parent a5cbf3e894
commit 1107b245da
7 changed files with 8 additions and 123 deletions

View File

@@ -74,18 +74,13 @@ struct PGF_INTERNAL_DECL PgfFlag {
static void release(ref<PgfFlag> pgf);
};
typedef struct {
PgfExpr body;
Vector<PgfPatt> patts;
} PgfEquation;
struct PGF_INTERNAL_DECL PgfAbsFun {
size_t ref_count;
ref<PgfDTyp> type;
int arity;
ref<char> bytecode;
PgfExprProb ep;
prob_t prob;
PgfText name;
static void release(ref<PgfAbsFun> cat);