Skip to content

Commit 344018d

Browse files
committed
remove three unused declarations
1 parent e591de4 commit 344018d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cypari2/gen.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,6 @@ cdef class Gen(Gen_base):
19271927
"""
19281928
# TODO: deprecate
19291929
cdef long n
1930-
cdef Gen t
19311930

19321931
if typ(self.g) != t_VEC and typ(self.g) != t_COL:
19331932
raise TypeError("Object (=%s) must be of type t_VEC or t_COL." % self)
@@ -2703,7 +2702,6 @@ cdef class Gen(Gen_base):
27032702
>>> pari('(2.4*x^2 - 1.7)/x').truncate()
27042703
2.40000000000000*x
27052704
"""
2706-
cdef int n
27072705
cdef long e
27082706
cdef Gen y
27092707
sig_on()
@@ -3116,7 +3114,6 @@ cdef class Gen(Gen_base):
31163114
"""
31173115
cdef GEN G
31183116
cdef long t
3119-
cdef Gen g
31203117
sig_on()
31213118
if find_root:
31223119
t = itos(gissquareall(x.g, &G))

0 commit comments

Comments
 (0)