From: Georg Brandl Date: Sun, 13 Oct 2013 20:16:48 +0000 (+0200) Subject: Closes #17335: remove no-op assignment. X-Git-Tag: v3.4.0a4~115^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12ec29f1051cff7b69f31a89ad4df7a2261892e2;p=thirdparty%2FPython%2Fcpython.git Closes #17335: remove no-op assignment. --- diff --git a/Lib/cgi.py b/Lib/cgi.py index b6fd4074546d..1d8040cc7ab9 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -676,7 +676,6 @@ class FieldStorage: encoding=self.encoding, errors=self.errors) for key, value in query: self.list.append(MiniFieldStorage(key, value)) - FieldStorageClass = None klass = self.FieldStorageClass or self.__class__ first_line = self.fp.readline() # bytes