summaryrefslogtreecommitdiff
path: root/Source/VCGeneration
diff options
context:
space:
mode:
authorGravatar akashlal <unknown>2011-02-05 12:28:29 +0000
committerGravatar akashlal <unknown>2011-02-05 12:28:29 +0000
commit0f96c5cb02b4f1354841f22d29a7dbc86a12be51 (patch)
tree400adda8951ac0863c15c883cf3f367df0091a63 /Source/VCGeneration
parent2d461a4e2d8e81a6b78877e1ed597e806e3960c0 (diff)
deleted debugging statement
Diffstat (limited to 'Source/VCGeneration')
-rw-r--r--Source/VCGeneration/StratifiedVC.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VCGeneration/StratifiedVC.cs b/Source/VCGeneration/StratifiedVC.cs
index bf34cd54..2be23c41 100644
--- a/Source/VCGeneration/StratifiedVC.cs
+++ b/Source/VCGeneration/StratifiedVC.cs
@@ -1107,7 +1107,7 @@ namespace VC
private Outcome stratifiedStep(int bound, VerificationState vState)
{
Outcome ret;
- bound = 500;
+
var reporter = vState.reporter;
var calls = vState.calls;
var checker = vState.checker;