aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGaetan Gilbert2017-04-21 20:07:32 +0200
committerGaetan Gilbert2017-04-27 21:39:25 +0200
commit528c237b658dbba896a1fe0041990cc7fec9c4c8 (patch)
treed10056965de5b7981039134fc99009ad98bdacb8 /plugins
parent02d2f34e5c84f0169e884c07054a6fbfef9f365c (diff)
Add [_] prefix to unused values which maybe should be kept
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/tauto.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/tauto.ml b/plugins/ltac/tauto.ml
index dc7ee6a234..e86d1c7283 100644
--- a/plugins/ltac/tauto.ml
+++ b/plugins/ltac/tauto.ml
@@ -242,7 +242,7 @@ let tauto_uniform_unit_flags = {
}
(* This is the compatibility mode (not used) *)
-let tauto_legacy_flags = {
+let _tauto_legacy_flags = {
binary_mode = true;
binary_mode_bugged_detection = true;
strict_in_contravariant_hyp = true;