summaryrefslogtreecommitdiff
path: root/Source/VCExpr/VCExprAST.cs
diff options
context:
space:
mode:
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))]