aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-06 11:19:35 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-06 11:19:35 +0200
commit5892f94fd5ca3a269e51eec26c3ff8f616ce02bd (patch)
treec67d081aff78b07dabeff224358b3bb266339326 /toplevel/coqtop.ml
parentd0dda9c419894460de952d4b9342ea6518d24f83 (diff)
Remove the -no-compat-notations flag.
This option was not doing anything... Today, one can turn the compatibility notations warning into an error, if ever that was the intended semantics.
Diffstat (limited to 'toplevel/coqtop.ml')
-rw-r--r--toplevel/coqtop.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index cf0efca69..ebdf804ba 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -332,8 +332,6 @@ let error_missing_arg s =
let filter_opts = ref false
let exitcode () = if !filter_opts then 2 else 0
-let no_compat_ntn = ref false
-
let print_where = ref false
let print_config = ref false
let print_tags = ref false
@@ -557,7 +555,6 @@ let parse_args arglist =
|"-just-parsing" -> Vernac.just_parsing := true
|"-m"|"--memory" -> memory_stat := true
|"-noinit"|"-nois" -> load_init := false
- |"-no-compat-notations" -> no_compat_ntn := true
|"-no-glob"|"-noglob" -> Dumpglob.noglob (); glob_opt := true
|"-native-compiler" ->
if Coq_config.no_native_compiler then