diff options
| author | Cyril Cohen | 2020-11-20 01:01:22 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2020-11-20 01:01:22 +0100 |
| commit | 5662c7f93cdb4ad3e43c89ee72d08b037ce6e890 (patch) | |
| tree | 428812fdeedf99a40663b9745d3abdab9e00cd95 | |
| parent | 0dbefe01e54a467b7932a514355f0435b4cfb978 (diff) | |
Removing unused cpo_sort scope
| -rw-r--r-- | mathcomp/ssreflect/order.v | 3 |
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. |
