aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorHugo Herbelin2018-06-04 21:09:49 +0200
committerHugo Herbelin2018-06-04 21:09:49 +0200
commitd862b659457b12437d4fa348c3c4dc3dd08d8065 (patch)
treefc4c5009977361e932043cdfff9b4ff434cc1ba0 /theories
parentb0ed0c2c1c7ca8fc434ecadd3a9ed906e6e428c2 (diff)
parent2eecd666a45a79241f0aadb9493ae8ef9cc9795e (diff)
Merge PR #7229: Deprecate implicit tactic solving.
Diffstat (limited to 'theories')
-rw-r--r--theories/Logic/Diaconescu.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Logic/Diaconescu.v b/theories/Logic/Diaconescu.v
index 3317766c96..66e82ddbf4 100644
--- a/theories/Logic/Diaconescu.v
+++ b/theories/Logic/Diaconescu.v
@@ -234,8 +234,6 @@ Qed.
(** An alternative more concise proof can be done by directly using
the guarded relational choice *)
-Declare Implicit Tactic auto.
-
Lemma proof_irrel_rel_choice_imp_eq_dec' : a1=a2 \/ ~a1=a2.
Proof.
assert (decide: forall x:A, x=a1 \/ x=a2 ->