Skip to content

Commit aef740c

Browse files
committed
Remove fmpz_mpoly_q
1 parent 6af7433 commit aef740c

5 files changed

Lines changed: 0 additions & 150 deletions

File tree

src/flint/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from .types.fmpz_mod_mat import fmpz_mod_mat
2424

2525
from .types.fmpq_mpoly import fmpq_mpoly_ctx, fmpq_mpoly, fmpq_mpoly_vec
26-
from .types.fmpz_mpoly_q import *
2726

2827
from .types.arf import *
2928
from .types.arb import *

src/flint/test/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def run_doctests(verbose=None):
5858
flint.types.fmpz_poly,
5959
flint.types.fmpz_mat,
6060
flint.types.fmpz_mpoly,
61-
flint.types.fmpz_mpoly_q,
6261
flint.types.fmpz_series,
6362
flint.types.fmpz_mod,
6463
flint.types.fmpz_mod_poly,

src/flint/types/fmpz_mpoly_q.pxd

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/flint/types/fmpz_mpoly_q.pyx

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/flint/types/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ exts = [
4242

4343
'fmpz_mpoly',
4444
'fmpq_mpoly',
45-
'fmpz_mpoly_q',
4645
]
4746

4847
if have_acb_theta

0 commit comments

Comments
 (0)