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.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/VCExpr/VCExprAST.cs b/Source/VCExpr/VCExprAST.cs
index fcfd0041..82bdebbe 100644
--- a/Source/VCExpr/VCExprAST.cs
+++ b/Source/VCExpr/VCExprAST.cs
@@ -1202,7 +1202,6 @@ namespace Microsoft.Boogie.VCExprAST {
: base(op) {
Contract.Requires(op != null);
Contract.Requires(cce.NonNullElements(arguments));
- //this(op, arguments, EMPTY_TYPE_LIST);
this.Arguments = arguments;
this.TypeArgumentsAttr = EMPTY_TYPE_LIST;
this.ExprType = op.InferType(arguments, TypeArgumentsAttr);