summaryrefslogtreecommitdiff
path: root/src/expr/datatype.cpp
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-10-13 00:22:24 -0700
committerTim King <taking@google.com>2016-10-13 00:22:24 -0700
commitb468bb361f8b98bcb6b9d0febab4f285a6a872b3 (patch)
treedef542bce3971de0a6d646a620b79e871ae7a690 /src/expr/datatype.cpp
parent3395c5c13cd61d98aec0d9806e3b9bc3d707968a (diff)
Revert "Merge branch 'origin' of https://github.com/CVC4/CVC4.git"
This reverts commit 3395c5c13cd61d98aec0d9806e3b9bc3d707968a, reversing changes made to 5f415d4585134612bc24e9a823289fee35541a01.
Diffstat (limited to 'src/expr/datatype.cpp')
-rw-r--r--src/expr/datatype.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr/datatype.cpp b/src/expr/datatype.cpp
index 12cab48cc..001f38a79 100644
--- a/src/expr/datatype.cpp
+++ b/src/expr/datatype.cpp
@@ -859,7 +859,6 @@ bool DatatypeConstructor::isInterpretedFinite() const throw(IllegalArgumentExcep
if(self.getAttribute(DatatypeUFiniteComputedAttr())) {
return self.getAttribute(DatatypeUFiniteAttr());
}
- bool success = true;
for(const_iterator i = begin(), i_end = end(); i != i_end; ++i) {
TypeNode t = TypeNode::fromType( (*i).getRangeType() );
if(!t.isInterpretedFinite()) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback