aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/character/classfun.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/character/classfun.v')
-rw-r--r--mathcomp/character/classfun.v6
1 files changed, 2 insertions, 4 deletions
diff --git a/mathcomp/character/classfun.v b/mathcomp/character/classfun.v
index 17b1490..64863f4 100644
--- a/mathcomp/character/classfun.v
+++ b/mathcomp/character/classfun.v
@@ -2490,7 +2490,5 @@ Definition conj_cfMod := cfAutMod conjC.
Definition conj_cfInd := cfAutInd conjC.
Definition cfconjC_eq1 := cfAut_eq1 conjC.
-Notation "@ 'cf_triangle_lerif'" :=
- (deprecate cf_triangle_lerif cf_triangle_leif)
- (at level 10, only parsing).
-Notation cf_triangle_lerif := (@cf_triangle_lerif _ _) (only parsing).
+#[deprecated(since="mathcomp 1.11.0", note="Use cf_triangle_leif instead.")]
+Notation cf_triangle_lerif := cf_triangle_leif (only parsing).