httppeer: remove unused handler attribute

The consumer of this attribute was removed by bb3b817e54db in 2008.

Differential Revision: https://phab.mercurial-scm.org/D267
This commit is contained in:
Gregory Szorc 2017-08-06 10:56:25 -07:00
parent a5fcc9d7f8
commit ef9a83b680

View File

@ -90,7 +90,6 @@ class httppeer(wireproto.wirepeer):
def __init__(self, ui, path):
self.path = path
self.caps = None
self.handler = None
self.urlopener = None
self.requestbuilder = None
u = util.url(path)