summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2014-07-30 07:55:48 -0700
committerGravatar qadeer <unknown>2014-07-30 07:55:48 -0700
commite5e07af52dc1e27689c55ff3ff581e39b61e17b8 (patch)
treeec8d7bc1d8718b12602be391b829d4464bb11db3 /Source/Core/CommandLineOptions.cs
parent3549c8261b47aa0bd48d8d9198e5cedcabbd988e (diff)
removed /doNotUseParallelism
Diffstat (limited to 'Source/Core/CommandLineOptions.cs')
-rw-r--r--Source/Core/CommandLineOptions.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/CommandLineOptions.cs b/Source/Core/CommandLineOptions.cs
index 65554a1e..d61c9941 100644
--- a/Source/Core/CommandLineOptions.cs
+++ b/Source/Core/CommandLineOptions.cs
@@ -496,8 +496,6 @@ namespace Microsoft.Boogie {
public int TrustPhasesUpto = -1;
public int TrustPhasesDownto = int.MaxValue;
- public bool UseParallelism = true;
-
public enum VCVariety {
Structured,
Block,
@@ -1431,7 +1429,6 @@ namespace Microsoft.Boogie {
ps.CheckBooleanFlag("verifySeparately", ref VerifySeparately) ||
ps.CheckBooleanFlag("trustAtomicityTypes", ref TrustAtomicityTypes) ||
ps.CheckBooleanFlag("trustNonInterference", ref TrustNonInterference) ||
- ps.CheckBooleanFlag("doNotUseParallelism", ref UseParallelism, false) ||
ps.CheckBooleanFlag("useBaseNameForFileName", ref UseBaseNameForFileName)
) {
// one of the boolean flags matched