summaryrefslogtreecommitdiff
path: root/Source/VCExpr/VCExprAST.cs
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-08-20 00:54:02 +0000
committerGravatar tabarbe <unknown>2010-08-20 00:54:02 +0000
commit0528ba569a5e3a94b1561e3759fdb1274ad029a8 (patch)
tree11e764819fe2e08609b071bf27d1135bce955c71 /Source/VCExpr/VCExprAST.cs
parent31c11cdcbcb3e82f4ed769de7e7d0d362f657a93 (diff)
Boogie: Fixed some doubly-inherited-contract occurrences.
Diffstat (limited to 'Source/VCExpr/VCExprAST.cs')
-rw-r--r--Source/VCExpr/VCExprAST.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/VCExpr/VCExprAST.cs b/Source/VCExpr/VCExprAST.cs
index 7d4746e2..7fc8073a 100644
--- a/Source/VCExpr/VCExprAST.cs
+++ b/Source/VCExpr/VCExprAST.cs
@@ -798,12 +798,6 @@ TypeSeq/*!*/ res = new TypeSeq();
throw new NotImplementedException();
}
}
- public override Type Type {
- get {
- Contract.Ensures(Contract.Result<Type>()!=null);
- throw new NotImplementedException();
- }
- }
}
[ContractClass(typeof(VCExprNAryContracts))]