xep_0065: Remove an unused variable.

This commit is contained in:
Emmanuel Gil Peyrot 2015-08-22 13:53:46 +01:00 committed by Emmanuel Gil Peyrot
parent dc7fef1064
commit 04eaf52b1d

View file

@ -168,7 +168,6 @@ class XEP_0065(BasePlugin):
raise XMPPError(etype='modify', condition='not-acceptable')
streamhosts = iq['socks']['streamhosts']
conn = None
requester = iq['from']
target = iq['to']