summaryrefslogtreecommitdiff
path: root/Source/VCExpr
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-08-27 18:25:03 +0000
committerGravatar tabarbe <unknown>2010-08-27 18:25:03 +0000
commit9f8553916fb7a7ed49ea77fe174741e4ddb1edad (patch)
tree1984ce5a3efff84e97c297df593f4e7cd50abc1d /Source/VCExpr
parent3eaa4094cf7f3e2cabec24c1dd5638d45f4879f1 (diff)
Boogie: Removed an incorrect Ensures clause on a void method.
Diffstat (limited to 'Source/VCExpr')
-rw-r--r--Source/VCExpr/SimplifyLikeLineariser.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/VCExpr/SimplifyLikeLineariser.cs b/Source/VCExpr/SimplifyLikeLineariser.cs
index 1ee61bfc..693fcf76 100644
--- a/Source/VCExpr/SimplifyLikeLineariser.cs
+++ b/Source/VCExpr/SimplifyLikeLineariser.cs
@@ -245,7 +245,6 @@ Contract.Ensures(Contract.Result<string>() != null);
private static void TypeToStringHelper(Type t, StringBuilder sb)
{
Contract.Requires(t != null);
- Contract.Ensures(Contract.Result<string>() != null);
TypeSynonymAnnotation syn = t as TypeSynonymAnnotation;
if (syn != null) {