summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-07-12 09:34:14 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-07-12 09:34:14 -0500
commit7d47285c9e2da0defe956435361765cde2ad4c5a (patch)
tree014d64b5aa0f90e2cc9008d4a19092e7970b8326 /src/expr
parent360d6ee8d3cdd5ddb47c328043eaed3a107b8db1 (diff)
Fix .i files from last commit.
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/expr.i1
-rw-r--r--src/expr/expr_manager.i1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/expr/expr.i b/src/expr/expr.i
index 49cb24321..93a0cbe99 100644
--- a/src/expr/expr.i
+++ b/src/expr/expr.i
@@ -153,7 +153,6 @@ namespace CVC4 {
%template(getConstDatatypeIndexConstant) CVC4::Expr::getConst<CVC4::DatatypeIndexConstant>;
%template(getConstRational) CVC4::Expr::getConst<CVC4::Rational>;
%template(getConstBitVector) CVC4::Expr::getConst<CVC4::BitVector>;
-%template(getConstPredicate) CVC4::Expr::getConst<CVC4::Predicate>;
%template(getConstString) CVC4::Expr::getConst<CVC4::String>;
%template(getConstRegExp) CVC4::Expr::getConst<CVC4::RegExp>;
%template(getConstEmptySet) CVC4::Expr::getConst<CVC4::EmptySet>;
diff --git a/src/expr/expr_manager.i b/src/expr/expr_manager.i
index f8bb55523..b8f8d5da9 100644
--- a/src/expr/expr_manager.i
+++ b/src/expr/expr_manager.i
@@ -70,7 +70,6 @@
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::RecordUpdate>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::Rational>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::BitVector>;
-%template(mkConst) CVC4::ExprManager::mkConst<CVC4::Predicate>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::EmptySet>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::String>;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::RegExp>;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback