Skip to content
Snippets Groups Projects
Commit f084d513 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

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
parent bd38ccf4
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@
class webproto(abstractserverproto):
def __init__(self, req, ui):
self.req = req
self.response = ''
self.ui = ui
self.name = 'http'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment