diff options
| author | Guillaume Melquiond | 2016-11-21 07:25:30 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2016-11-21 07:25:30 +0100 |
| commit | 102d2db3ea7a7354de5e019224e2778fe7603b8e (patch) | |
| tree | 213e14e854173a7d87273cab358469225d35eab9 | |
| parent | bdcf5b040b975a179fe9b2889fea0d38ae4689df (diff) | |
Stop parsing -compat-notations options, which are no longer supported (bug #3339).
| -rw-r--r-- | tools/coqc.ml | 1 | ||||
| -rw-r--r-- | toplevel/usage.ml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml index b59bbdb1e0..b12d48710f 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -94,7 +94,6 @@ let parse_args () = |"-silent"|"-m"|"-xml"|"-v7"|"-v8"|"-beautify"|"-strict-implicit" |"-dont-load-proofs"|"-load-proofs"|"-force-load-proofs" |"-impredicative-set"|"-vm"|"-native-compiler" - |"-verbose-compat-notations"|"-no-compat-notations" |"-indices-matter"|"-quick"|"-type-in-type" |"-async-proofs-always-delegate"|"-async-proofs-never-reopen-branch" as o) :: rem -> diff --git a/toplevel/usage.ml b/toplevel/usage.ml index 956a402617..38ceacf5ec 100644 --- a/toplevel/usage.ml +++ b/toplevel/usage.ml @@ -36,8 +36,6 @@ let print_usage_channel co command = \n -noinit start without loading the Init library\ \n -nois (idem)\ \n -compat X.Y provides compatibility support for Coq version X.Y\ -\n -verbose-compat-notations be warned when using compatibility notations\ -\n -no-compat-notations get an error when using compatibility notations\ \n\ \n -load-ml-object f load ML object file f\ \n -load-ml-source f load ML file f\ |
