diff options
| author | Maxime Dénès | 2017-12-14 17:20:44 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-14 17:20:44 +0100 |
| commit | e7807a1eaa5600dfc1774c447d2f0306815bb481 (patch) | |
| tree | d3ef892be71383890d1a74d943314a59d333591b /lib/flags.ml | |
| parent | 290abf59e6f13bb1468d8e3df050cf0bd9c48708 (diff) | |
| parent | a9849c070e954ed5c54dec5ad8eac98287939799 (diff) | |
Merge PR #6169: Clean up/deprecated options
Diffstat (limited to 'lib/flags.ml')
| -rw-r--r-- | lib/flags.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index 9631da633d..fb6e48ae2c 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -166,7 +166,6 @@ let native_compiler = ref false (* Print the mod uid associated to a vo file by the native compiler *) let print_mod_uid = ref false -let tactic_context_compat = ref false let profile_ltac = ref false let profile_ltac_cutoff = ref 2.0 |
