Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #17218: remove unneeded variable prec
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Oct 25, 2014
1 parent 65fa1e5 commit b082b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/rings/complex_interval_acb.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ cdef class Acb(SageObject):
TypeError: precision must be given.
"""
cdef ComplexIntervalFieldElement element
cdef int prec

if value is None:
if precision > 0:
Expand Down

0 comments on commit b082b08

Please sign in to comment.