Skip to content

Commit 4b35649

Browse files
committed
remove a stray leftover
this causes a segfault with Ctrl-C with probability about 1/3.
1 parent 15fcf52 commit 4b35649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/libs/singular/singular.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,6 @@ cdef inline number *sa2si_ZZmod(IntegerMod_abstract d, ring *_ring) noexcept:
15451545
sage: P(3)
15461546
3
15471547
"""
1548-
nr2mModul = d.parent().characteristic()
15491548
if _ring != currRing: rChangeCurrRing(_ring)
15501549

15511550
cdef number *nn

0 commit comments

Comments
 (0)