summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/VC.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-07-11 17:25:10 -0700
committerGravatar wuestholz <unknown>2013-07-11 17:25:10 -0700
commita7440ccb8d964bb99fd8772550ffd57f34064b1b (patch)
treec0593f26d497bde03a35776f83fc6b84498bcde7 /Source/VCGeneration/VC.cs
parent17f64e094fc0505e2049d0064883f4cffa2cc11b (diff)
Worked on the parallelization.
Diffstat (limited to 'Source/VCGeneration/VC.cs')
-rw-r--r--Source/VCGeneration/VC.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/VCGeneration/VC.cs b/Source/VCGeneration/VC.cs
index d40b1008..4a89156b 100644
--- a/Source/VCGeneration/VC.cs
+++ b/Source/VCGeneration/VC.cs
@@ -317,10 +317,6 @@ namespace VC {
ch.BeginCheck(cce.NonNull(impl.Name + "_smoke" + id++), vc, new ErrorHandler(label2Absy, this.callback));
ch.ProverTask.Wait();
}
- catch
- {
- throw;
- }
finally
{
ch.GoBackToIdle();
@@ -1568,10 +1564,6 @@ namespace VC {
break;
}
}
- catch
- {
- throw;
- }
finally
{
s.Checker.GoBackToIdle();