aboutsummaryrefslogtreecommitdiff
path: root/theories/Logic
diff options
context:
space:
mode:
authorThéo Zimmermann2019-04-03 10:00:17 +0200
committerThéo Zimmermann2019-04-03 10:00:17 +0200
commit8f37727a0cb99eb7f250bd507635de6628de23ad (patch)
tree0f381cf21c103be423eea4a6bf7570db5d38d15f /theories/Logic
parenta675df0fc21ce00f120046619751656eabcdbaed (diff)
parentb1162463d577baf450c3f33ab880e7d9afe21148 (diff)
Merge PR #8638: Remove -compat 8.7
Reviewed-by: Zimmi48 Reviewed-by: ejgallego Reviewed-by: jfehrle Ack-by: maximedenes Reviewed-by: ppedrot
Diffstat (limited to 'theories/Logic')
-rw-r--r--theories/Logic/EqdepFacts.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Logic/EqdepFacts.v b/theories/Logic/EqdepFacts.v
index b930388d13..e2ec41ca94 100644
--- a/theories/Logic/EqdepFacts.v
+++ b/theories/Logic/EqdepFacts.v
@@ -125,8 +125,6 @@ Proof.
apply eq_dep_intro.
Qed.
-Notation eq_sigS_eq_dep := eq_sigT_eq_dep (compat "8.7"). (* Compatibility *)
-
Lemma eq_dep_eq_sigT :
forall (U:Type) (P:U -> Type) (p q:U) (x:P p) (y:P q),
eq_dep p x q y -> existT P p x = existT P q y.