summaryrefslogtreecommitdiff
path: root/src/expr/mkexpr
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/mkexpr')
-rwxr-xr-xsrc/expr/mkexpr3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr/mkexpr b/src/expr/mkexpr
index 6508f8121..de6de014d 100755
--- a/src/expr/mkexpr
+++ b/src/expr/mkexpr
@@ -129,9 +129,6 @@ $2 const & Expr::getConst< $2 >() const;
getConst_implementations="${getConst_implementations}
template <>
$2 const & Expr::getConst() const {
- // check even for production builds
- CheckArgument(getKind() == ::CVC4::kind::$1, *this,
- \"Improper kind for getConst<$2>()\");
return d_node->getConst< $2 >();
}
"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback