Skip to content

Commit 183e21f

Browse files
committed
Remove erroneous member declaration in farey_symbol
1 parent f48da11 commit 183e21f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/modular/arithgroup/farey_symbol.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ from sage.structure.richcmp cimport richcmp_not_equal
4747

4848
cdef extern from "sl2z.hpp":
4949
cppclass cpp_SL2Z "SL2Z":
50-
mpz_class a, b, c, d
5150
cpp_SL2Z(int, int, int, int)
5251
cpp_SL2Z(mpz_class, mpz_class, mpz_class, mpz_class)
5352
mpz_class a()

0 commit comments

Comments
 (0)