summaryrefslogtreecommitdiff
path: root/src/expr/expr.i
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-23 15:23:00 -0500
committerAina Niemetz <aina.niemetz@gmail.com>2018-03-23 13:23:00 -0700
commitd13b2981520e3d39039e8eb2c3c844de473a1e7c (patch)
tree7be3fe248f9d009a71e1470e5d63641c4b33c5a4 /src/expr/expr.i
parentf3d010e07f30dd658d4532a43b3813654376162d (diff)
Remove abstract regular expression constant (#1698)
Diffstat (limited to 'src/expr/expr.i')
-rw-r--r--src/expr/expr.i1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr/expr.i b/src/expr/expr.i
index d77981cc4..1d5207c93 100644
--- a/src/expr/expr.i
+++ b/src/expr/expr.i
@@ -153,7 +153,6 @@ namespace CVC4 {
%template(getConstRational) CVC4::Expr::getConst<CVC4::Rational>;
%template(getConstBitVector) CVC4::Expr::getConst<CVC4::BitVector>;
%template(getConstString) CVC4::Expr::getConst<CVC4::String>;
-%template(getConstRegExp) CVC4::Expr::getConst<CVC4::RegExp>;
%template(getConstEmptySet) CVC4::Expr::getConst<CVC4::EmptySet>;
%template(getConstBoolean) CVC4::Expr::getConst<bool>;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback