remove unused current_state variable from on_receive_pdu

This commit is contained in:
Mark Haines 2016-03-21 14:20:34 +00:00
parent e4054abfdc
commit 58f8226c7f
1 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ class FederationHandler(BaseHandler):
# FIXME (erikj): Awful hack to make the case where we are not currently # FIXME (erikj): Awful hack to make the case where we are not currently
# in the room work # in the room work
current_state = None
is_in_room = yield self.auth.check_host_in_room( is_in_room = yield self.auth.check_host_in_room(
event.room_id, event.room_id,
self.server_name self.server_name
@ -187,7 +186,6 @@ class FederationHandler(BaseHandler):
event, event,
state=state, state=state,
backfilled=backfilled, backfilled=backfilled,
current_state=current_state,
) )
except AuthError as e: except AuthError as e:
raise FederationError( raise FederationError(