aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith/Zpow_facts.v
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/ZArith/Zpow_facts.v
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/ZArith/Zpow_facts.v')
-rw-r--r--theories/ZArith/Zpow_facts.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/ZArith/Zpow_facts.v b/theories/ZArith/Zpow_facts.v
index 881ead1c4b..6e4850338a 100644
--- a/theories/ZArith/Zpow_facts.v
+++ b/theories/ZArith/Zpow_facts.v
@@ -233,7 +233,5 @@ Qed.
(** * Z.square: a direct definition of [z^2] *)
-Notation Psquare := Pos.square (compat "8.7").
-Notation Zsquare := Z.square (compat "8.7").
Notation Psquare_correct := Pos.square_spec (only parsing).
Notation Zsquare_correct := Z.square_spec (only parsing).