summaryrefslogtreecommitdiff
path: root/Source/Core/AbsyExpr.cs
diff options
context:
space:
mode:
authorGravatar Unknown <leino@LEINO6.redmond.corp.microsoft.com>2013-01-07 13:56:41 -0800
committerGravatar Unknown <leino@LEINO6.redmond.corp.microsoft.com>2013-01-07 13:56:41 -0800
commitd16213bd3b7f5b08ebddf85c5dac62a17fbf7e66 (patch)
tree6527f0c20039a35e891b830182dc2a4b2002e7bc /Source/Core/AbsyExpr.cs
parentab03eafe1c01840e7baab8fd51b4f00f11076d6a (diff)
Removed old comments about "BASEMOVE" and other constructor calls, where the conversion from Spec# into C# moved a constructor call
Diffstat (limited to 'Source/Core/AbsyExpr.cs')
-rw-r--r--Source/Core/AbsyExpr.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/AbsyExpr.cs b/Source/Core/AbsyExpr.cs
index 5d7a404e..f8e64402 100644
--- a/Source/Core/AbsyExpr.cs
+++ b/Source/Core/AbsyExpr.cs
@@ -665,7 +665,6 @@ namespace Microsoft.Boogie {
Contract.Requires(tok != null);
Contract.Requires(name != null);
Name = name;
- // base(tok);
}
/// <summary>
/// Creates an unresolved identifier expression.
@@ -680,7 +679,6 @@ namespace Microsoft.Boogie {
Contract.Requires(type != null);
Name = name;
Type = type;
- // base(tok);
}
/// <summary>
@@ -695,7 +693,6 @@ namespace Microsoft.Boogie {
Name = cce.NonNull(d.Name);
Decl = d;
Type = d.TypedIdent.Type;
- // base(tok);
}
[Pure]
[Reads(ReadsAttribute.Reads.Nothing)]
@@ -797,7 +794,6 @@ namespace Microsoft.Boogie {
Contract.Requires(c != null);
Contract.Requires(ie != null);
this.identifierExpr = ie;
- // base();
}
}
@@ -2671,7 +2667,6 @@ namespace Microsoft.Boogie {
Bitvector = bv;
Start = start;
End = end;
- // base(tok);
}
[Pure]
@@ -2771,7 +2766,6 @@ namespace Microsoft.Boogie {
Contract.Requires(e1 != null);
E0 = e0;
E1 = e1;
- // base(tok);
}
[Pure]