aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-20 11:06:56 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-20 11:06:56 +0200
commit90f29219c38bc3b1bf68f1139dfdde9dd2157500 (patch)
tree1721c1a72d34c1727f4d684a0b815011968973d3 /toplevel
parent7e5a0e348e9686b7d75285f1ae71406a82a19170 (diff)
parentcea76410557f9954c8e15861217bcc4559de9e25 (diff)
Merge PR #1147: Remove GeoProof support.
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqtop.ml1
-rw-r--r--toplevel/usage.ml1
2 files changed, 0 insertions, 2 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index e9fdaac5b..19fcd9993 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -685,7 +685,6 @@ let parse_args arglist =
|"-profile-ltac-cutoff" -> Flags.profile_ltac := true; Flags.profile_ltac_cutoff := get_float opt (next ())
|"-require" -> add_require (next (), None, Some false)
|"-top" -> set_toplevel_name (dirpath_of_string (next ()))
- |"-with-geoproof" -> Coq_config.with_geoproof := get_bool opt (next ())
|"-main-channel" -> Spawned.main_channel := get_host_port opt (next())
|"-control-channel" -> Spawned.control_channel := get_host_port opt (next())
|"-vio2vo" ->
diff --git a/toplevel/usage.ml b/toplevel/usage.ml
index d596e36f3..f0215b678 100644
--- a/toplevel/usage.ml
+++ b/toplevel/usage.ml
@@ -74,7 +74,6 @@ let print_usage_channel co command =
\n -emacs tells Coq it is executed under Emacs\
\n -noglob do not dump globalizations\
\n -dump-glob f dump globalizations in file f (to be used by coqdoc)\
-\n -with-geoproof (yes|no) to (de)activate special functions for Geoproof within Coqide (default is yes)\
\n -impredicative-set set sort Set impredicative\
\n -indices-matter levels of indices (and nonuniform parameters) contribute to the level of inductives\
\n -type-in-type disable universe consistency checking\