summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-13 20:16:48 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-13 20:16:48 (GMT)
commit12ec29f1051cff7b69f31a89ad4df7a2261892e2 (patch)
treea6c95c48f9c891d039737d3a82eadda5ae4c4ee8 /Lib/cgi.py
parent881bfba204d4b7ff4e7ba3f29f96bbb3ffa41dd9 (diff)
downloadcpython-12ec29f1051cff7b69f31a89ad4df7a2261892e2.zip
cpython-12ec29f1051cff7b69f31a89ad4df7a2261892e2.tar.gz
cpython-12ec29f1051cff7b69f31a89ad4df7a2261892e2.tar.bz2
Closes #17335: remove no-op assignment.
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index b6fd407..1d8040c 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