aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/syntax_def.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-06 11:14:08 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-06 11:17:36 +0200
commitd0dda9c419894460de952d4b9342ea6518d24f83 (patch)
treebd087afa6b337692e21e4c4d7823af349ed745d0 /interp/syntax_def.mli
parent82fe255fa41d22b07cee6ad65253707dbda7ce0b (diff)
Remove the Set Verbose Compat option and turn the warning on by default.
These warnings can now be configured like any other, so we don't need a specific option anymore.
Diffstat (limited to 'interp/syntax_def.mli')
-rw-r--r--interp/syntax_def.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli
index aa2c9c3c1..55e2848e6 100644
--- a/interp/syntax_def.mli
+++ b/interp/syntax_def.mli
@@ -17,6 +17,3 @@ val declare_syntactic_definition : bool -> Id.t ->
Flags.compat_version option -> syndef_interpretation -> unit
val search_syntactic_definition : kernel_name -> syndef_interpretation
-
-(** Option concerning verbose display of compatibility notations *)
-val set_verbose_compat_notations : bool -> unit