summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
diff options
context:
space:
mode:
authorGravatar Michal Moskal <michal@moskal.me>2011-10-27 17:36:29 -0700
committerGravatar Michal Moskal <michal@moskal.me>2011-10-27 17:36:29 -0700
commita8c04614ad34b4a36c1c739f8838fe4fd6232720 (patch)
tree73c080b032638d7e046f7e1d18d5fa7a2273c181 /Source/Core/CommandLineOptions.cs
parent51fe0a74abb863a3bb908e6fced5b9779446d065 (diff)
Boogie: Get rid of {:ignore} feature on axioms
Diffstat (limited to 'Source/Core/CommandLineOptions.cs')
-rw-r--r--Source/Core/CommandLineOptions.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Core/CommandLineOptions.cs b/Source/Core/CommandLineOptions.cs
index f23f4833..de1fdb00 100644
--- a/Source/Core/CommandLineOptions.cs
+++ b/Source/Core/CommandLineOptions.cs
@@ -1846,7 +1846,6 @@ namespace Microsoft.Boogie {
{:ignore}
Ignore the declaration (after checking for duplicate names).
- See also below for more options when :ignore is used with axioms.
{:extern}
If two top-level declarations introduce the same name (for example, two
@@ -1865,14 +1864,6 @@ namespace Microsoft.Boogie {
Makes Boogie replace f(VARS) with expr(VARS) everywhere just before
doing VC generation.
- {:ignore ""p,q..""}
- Exclude the axiom when generating VC for a prover supporting any
- of the features 'p', 'q', ...
- All the provers support the feature 'all'.
- Simplify supports 'simplify' and 'simplifyLike'.
- Z3 supports 'z3', 'simplifyLike' and either 'bvInt' (if the /bv:i
- option is passed) or 'bvDefSem' (for /bv:z).
-
---- On implementations and procedures -------------------------------------
{:inline N}