summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/expr.h
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-07-08 22:07:08 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2020-07-08 22:07:08 +0200
commitf54e54123c41750510f856d596724db739239123 (patch)
tree1205948e34dcf7e6b14200a7da8f1755d0cbb201 /src/runtime/c/pgf/expr.h
parent2ac796dbbc8f210132665a580d1ad55145c21fea (diff)
parent33818076ff553510b5e4a4d0295388d07ece2ec4 (diff)
Merge remote-tracking branch 'origin/master' into pgf2-hackage
# Conflicts: # src/runtime/haskell-bind/pgf2.cabal
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
-rw-r--r--src/runtime/c/pgf/expr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h
index b775bd9b5..2c960ac92 100644
--- a/src/runtime/c/pgf/expr.h
+++ b/src/runtime/c/pgf/expr.h
@@ -170,15 +170,6 @@ pgf_expr_unmeta(PgfExpr expr);
PGF_API_DECL PgfExpr
pgf_read_expr(GuIn* in, GuPool* pool, GuPool* tmp_pool, GuExn* err);
-PGF_API_DECL int
-pgf_read_expr_tuple(GuIn* in,
- size_t n_exprs, PgfExpr exprs[],
- GuPool* pool, GuExn* err);
-
-PGF_API_DECL GuSeq*
-pgf_read_expr_matrix(GuIn* in, size_t n_exprs,
- GuPool* pool, GuExn* err);
-
PGF_API_DECL PgfType*
pgf_read_type(GuIn* in, GuPool* pool, GuPool* tmp_pool, GuExn* err);