Skip to content

Remove erroneous member declaration in farey_symbol #39092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 21, 2025
1 change: 0 additions & 1 deletion src/sage/modular/arithgroup/farey_symbol.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ from sage.structure.richcmp cimport richcmp_not_equal

cdef extern from "sl2z.hpp":
cppclass cpp_SL2Z "SL2Z":
mpz_class a, b, c, d
cpp_SL2Z(int, int, int, int)
cpp_SL2Z(mpz_class, mpz_class, mpz_class, mpz_class)
mpz_class a()
Expand Down
Loading