mercurial/hgweb/request.py
changeset 36852 e3f809e0fe8e
parent 36851 d6cd1451212e
child 36854 290fc4c3d1e0
--- a/mercurial/hgweb/request.py	Thu Mar 08 17:57:07 2018 -0800
+++ b/mercurial/hgweb/request.py	Thu Mar 08 18:00:04 2018 -0800
@@ -246,9 +246,6 @@
         self.server_write = None
         self.headers = []
 
-    def __iter__(self):
-        return iter([])
-
     def drain(self):
         '''need to read all data from request, httplib is half-duplex'''
         length = int(self.env.get('CONTENT_LENGTH') or 0)