aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorGuillaume Melquiond2017-04-08 07:04:56 +0200
committerGuillaume Melquiond2017-06-14 07:21:16 +0200
commitbcaf9af83363f3e1a1c588271e5038984ee1760b (patch)
treefde362e4c09656d6cc3593ef652c34a163cf4fd6 /tactics
parentdaf5335b18c926d7130cd28e50f00cc49c4011f6 (diff)
Remove support for Coq 8.4.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/equality.ml4
-rw-r--r--tactics/tactics.ml1
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