summaryrefslogtreecommitdiff
path: root/Source/VCGeneration
diff options
context:
space:
mode:
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;