mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
remove obsolete code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user