summaryrefslogtreecommitdiff
path: root/Source/Provers/SMTLib/TypeDeclCollector.cs
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-08-20 16:01:41 +0000
committerGravatar tabarbe <unknown>2010-08-20 16:01:41 +0000
commitcd570aa762cb546ae734aa719990fd9d2713b3c1 (patch)
tree980091d16fd143e34082143b3be0b65facea486f /Source/Provers/SMTLib/TypeDeclCollector.cs
parent4d7d8d1fc7fce9a18bc3dd0b553427eb8951f6c8 (diff)
Boogie: Fixed some doubly-inherited-contract occurrences.
Diffstat (limited to 'Source/Provers/SMTLib/TypeDeclCollector.cs')
-rw-r--r--Source/Provers/SMTLib/TypeDeclCollector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Provers/SMTLib/TypeDeclCollector.cs b/Source/Provers/SMTLib/TypeDeclCollector.cs
index a0d56601..2211701c 100644
--- a/Source/Provers/SMTLib/TypeDeclCollector.cs
+++ b/Source/Provers/SMTLib/TypeDeclCollector.cs
@@ -36,7 +36,7 @@ void ObjectInvariant()
// not used
protected override bool StandardResult(VCExpr node, bool arg) {
- Contract.Requires(node != null);
+ //Contract.Requires(node != null);
return true;
}