From 14e721dda9a38762695ac5435c24818265629b02 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 13 Dec 2012 14:44:33 +0000 Subject: a top-level API for parsing in the C runtime --- src/runtime/c/pgf/data.h | 10 ---------- 1 file changed, 10 deletions(-) (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 f5435cee5..267823127 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -27,7 +27,6 @@ #include #include #include -#include typedef struct PgfCCat PgfCCat; typedef PgfCCat* PgfCCatId; @@ -123,15 +122,6 @@ struct PgfPGF { extern GU_DECLARE_TYPE(PgfPGF, struct); -typedef float prob_t; - -typedef struct { - prob_t prob; - PgfExpr expr; -} PgfExprProb; - -extern GU_DECLARE_TYPE(PgfExprProb, struct); - struct PgfFunDecl { PgfType* type; int arity; -- cgit v1.2.3