mercurial/wireprotoserver.py
changeset 35865 f084d5131f3e
parent 35864 bd38ccf4ecf6
child 35866 d747cf39cf70
--- a/mercurial/wireprotoserver.py	Wed Jan 31 10:09:41 2018 -0800
+++ b/mercurial/wireprotoserver.py	Wed Jan 31 10:17:11 2018 -0800
@@ -91,7 +91,6 @@
 class webproto(abstractserverproto):
     def __init__(self, req, ui):
         self.req = req
-        self.response = ''
         self.ui = ui
         self.name = 'http'