aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2020-11-20 10:35:42 +0900
committerGitHub2020-11-20 10:35:42 +0900
commit676a9266ad77232ab198c86a6a3a3f3f6ba53cc0 (patch)
tree428812fdeedf99a40663b9745d3abdab9e00cd95 /mathcomp
parent0dbefe01e54a467b7932a514355f0435b4cfb978 (diff)
parent5662c7f93cdb4ad3e43c89ee72d08b037ce6e890 (diff)
Merge pull request #659 from CohenCyril/remove_cpo_sort_scope
Removing unused cpo_sort scope
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/ssreflect/order.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/mathcomp/ssreflect/order.v b/mathcomp/ssreflect/order.v
index 7cd178d..f40c1d5 100644
--- a/mathcomp/ssreflect/order.v
+++ b/mathcomp/ssreflect/order.v
@@ -408,7 +408,6 @@ Unset Strict Implicit.
Unset Printing Implicit Defensive.
Declare Scope order_scope.
-Declare Scope cpo_sort.
Delimit Scope order_scope with O.
Local Open Scope order_scope.
@@ -1057,7 +1056,6 @@ End Exports.
End POrder.
Import POrder.Exports.
-Bind Scope cpo_sort with POrder.sort.
Section POrderDef.
@@ -2072,7 +2070,6 @@ End Exports.
End FinPOrder.
Import FinPOrder.Exports.
-Bind Scope cpo_sort with FinPOrder.sort.
Module FinLattice.
Section ClassDef.