summaryrefslogtreecommitdiff
path: root/Source/VCGeneration
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/VCGeneration
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/VCGeneration')
-rw-r--r--Source/VCGeneration/Check.cs2
-rw-r--r--Source/VCGeneration/Wlp.cs1
2 files changed, 0 insertions, 3 deletions
diff --git a/Source/VCGeneration/Check.cs b/Source/VCGeneration/Check.cs
index ec5fab25..fe4b4b99 100644
--- a/Source/VCGeneration/Check.cs
+++ b/Source/VCGeneration/Check.cs
@@ -182,8 +182,6 @@ namespace Microsoft.Boogie {
this.thmProver = prover;
this.gen = prover.VCExprGen;
-
- // base();
}
diff --git a/Source/VCGeneration/Wlp.cs b/Source/VCGeneration/Wlp.cs
index eb1ce4e1..d82310ee 100644
--- a/Source/VCGeneration/Wlp.cs
+++ b/Source/VCGeneration/Wlp.cs
@@ -30,7 +30,6 @@ namespace VC {
Contract.Requires(ctxt != null);
this.Label2absy = label2absy;
this.Ctxt = ctxt;
- // base();
}
public VCContext(Hashtable/*<int, Absy!>*/ label2absy, ProverContext ctxt, VCExpr controlFlowVariableExpr)