changeset 35865:f084d5131f3e

wireprotoserver: remove unused response attribute I think the last use of this attribute was removed by 2f8adc60e013 in 2010. Differential Revision: https://phab.mercurial-scm.org/D1983
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 31 Jan 2018 10:17:11 -0800
parents bd38ccf4ecf6
children d747cf39cf70
files mercurial/wireprotoserver.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'