From: Raymond Hettinger Date: Mon, 3 Jan 2005 07:14:12 +0000 (+0000) Subject: Removed unused line. X-Git-Tag: v2.5a0~2188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c26ab02e61eacb5e59c2baa35535fbea019a76e;p=thirdparty%2FPython%2Fcpython.git Removed unused line. --- diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 32ab10bfbacd..8e3d8cf59453 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -267,7 +267,6 @@ class TextWrapper: converted to space. """ text = self._munge_whitespace(text) - indent = self.initial_indent chunks = self._split(text) if self.fix_sentence_endings: self._fix_sentence_endings(chunks)