diff options
| author | Guillaume Melquiond | 2017-04-08 07:04:56 +0200 |
|---|---|---|
| committer | Guillaume Melquiond | 2017-06-14 07:21:16 +0200 |
| commit | bcaf9af83363f3e1a1c588271e5038984ee1760b (patch) | |
| tree | fde362e4c09656d6cc3593ef652c34a163cf4fd6 /tactics | |
| parent | daf5335b18c926d7130cd28e50f00cc49c4011f6 (diff) | |
Remove support for Coq 8.4.
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/equality.ml | 4 | ||||
| -rw-r--r-- | tactics/tactics.ml | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tactics/equality.ml b/tactics/equality.ml index 5c23702536..d7ec527629 100644 --- a/tactics/equality.ml +++ b/tactics/equality.ml @@ -63,9 +63,7 @@ let _ = let injection_pattern_l2r_order = ref true -let use_injection_pattern_l2r_order () = - !injection_pattern_l2r_order - && Flags.version_strictly_greater Flags.V8_4 +let use_injection_pattern_l2r_order () = !injection_pattern_l2r_order let _ = declare_bool_option diff --git a/tactics/tactics.ml b/tactics/tactics.ml index ebfaab5bfe..96e7be763d 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -141,7 +141,6 @@ let bracketing_last_or_and_intro_pattern = ref true let use_bracketing_last_or_and_intro_pattern () = !bracketing_last_or_and_intro_pattern - && Flags.version_strictly_greater Flags.V8_4 let _ = declare_bool_option |
