Skip to content

Commit 59bce43

Browse files
committed
fixup! Remove fmpz_mpoly_q
1 parent 96fa8e6 commit 59bce43

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/flint/flint_base/flint_base.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ cdef class flint_mat(flint_elem):
2222
cdef class flint_series(flint_elem):
2323
pass
2424

25-
cdef class flint_rational_function(flint_elem):
26-
pass
27-
2825
cpdef enum Ordering:
2926
lex, deglex, degrevlex
3027

src/flint/flint_base/flint_base.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ cdef class flint_mat(flint_elem):
316316
tolist = table
317317

318318

319-
cdef class flint_rational_function(flint_elem):
320-
pass
321-
322-
323319
cdef ordering_t ordering_py_to_c(ordering): # Cython does not like an "Ordering" type hint here
324320
if not isinstance(ordering, Ordering):
325321
raise TypeError(f"`ordering` ('{ordering}') is not an instance of flint.Ordering")

0 commit comments

Comments
 (0)