]> granicus.if.org Git - python/commitdiff
Closes #17335: remove no-op assignment.
authorGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 20:16:48 +0000 (22:16 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 20:16:48 +0000 (22:16 +0200)
Lib/cgi.py

index b6fd4074546dbbd83c9a6302a903b223b815e87c..1d8040cc7ab976710a35698c07abe7f633c1a1cf 100755 (executable)
@@ -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