Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jun 1, 2020
1 parent 2e6e10d commit 11f68ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/50federation/33room-get-missing-events.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
my ( $outbound_client, $inbound_server, $creator, $room_id, $user_id ) = @_;
my $first_home_server = $creator->server_name;

my $local_server_name = $inbound_server->server_name;
my $datastore = $inbound_server->datastore;

my $missing_event_id;
Expand Down Expand Up @@ -422,7 +421,6 @@ sub sytest_user_and_room_fixture {
my ( $outbound_client, $inbound_server, $creator, $room_id, $user_id ) = @_;
my $first_home_server = $creator->server_name;

my $local_server_name = $inbound_server->server_name;
my $datastore = $inbound_server->datastore;

$outbound_client->join_room(
Expand Down

0 comments on commit 11f68ec

Please sign in to comment.