# HG changeset patch # User Gregory Szorc # Date 1517422631 28800 # Node ID f084d5131f3e4476a4c143d6fa04be736b24f30c # Parent bd38ccf4ecf66892cc0937d009948b9c3963eef8 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 diff -r bd38ccf4ecf6 -r f084d5131f3e mercurial/wireprotoserver.py --- 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'