D1983: wireprotoserver: remove unused response attribute

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Feb 1 18:32:19 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG6da3f324b9de: wireprotoserver: remove unused response attribute (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1983?vs=5106&id=5121

REVISION DETAIL
  https://phab.mercurial-scm.org/D1983

AFFECTED FILES
  mercurial/wireprotoserver.py

CHANGE DETAILS

diff --git a/mercurial/wireprotoserver.py b/mercurial/wireprotoserver.py
--- a/mercurial/wireprotoserver.py
+++ b/mercurial/wireprotoserver.py
@@ -91,7 +91,6 @@
 class webproto(abstractserverproto):
     def __init__(self, req, ui):
         self.req = req
-        self.response = ''
         self.ui = ui
         self.name = 'http'
 



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list