diff options
| author | Gaetan Gilbert | 2017-04-21 20:07:32 +0200 |
|---|---|---|
| committer | Gaetan Gilbert | 2017-04-27 21:39:25 +0200 |
| commit | 528c237b658dbba896a1fe0041990cc7fec9c4c8 (patch) | |
| tree | d10056965de5b7981039134fc99009ad98bdacb8 /plugins | |
| parent | 02d2f34e5c84f0169e884c07054a6fbfef9f365c (diff) | |
Add [_] prefix to unused values which maybe should be kept
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ltac/tauto.ml | 2 |
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; |
