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

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Aug 4, 2021
1 parent c4852ba commit a12571d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/sage/rings/lazy_laurent_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1975,11 +1975,6 @@ def _unicode_art_(self):
return UnicodeArt('Uninitialized Lazy Laurent Series')
return self._format_series(unicode_art, True)

# Use the polynomial printing
R = self.parent()._laurent_poly_ring
ret = repr(R([self._coeff_stream[i] for i in range(v, m)]).shift(v))
# TODO: Better handling when ret == 0 but we have not checked up to the constant term
return ret + ' + ...'

class LazyTaylorSeries(LazySequencesModuleElement, LazyCauchyProductSeries):
r"""
Expand Down
1 change: 0 additions & 1 deletion src/sage/rings/lazy_laurent_series_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@

from sage.data_structures.coefficient_stream import (
CoefficientStream_zero,
CoefficientStream_exact,
CoefficientStream_coefficient_function,
CoefficientStream_exact,
CoefficientStream_uninitialized
Expand Down

0 comments on commit a12571d

Please sign in to comment.