Skip to content

Commit 11f68ec

Browse files
committed
Remove unused variables.
1 parent 2e6e10d commit 11f68ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/50federation/33room-get-missing-events.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
my ( $outbound_client, $inbound_server, $creator, $room_id, $user_id ) = @_;
1111
my $first_home_server = $creator->server_name;
1212

13-
my $local_server_name = $inbound_server->server_name;
1413
my $datastore = $inbound_server->datastore;
1514

1615
my $missing_event_id;
@@ -422,7 +421,6 @@ sub sytest_user_and_room_fixture {
422421
my ( $outbound_client, $inbound_server, $creator, $room_id, $user_id ) = @_;
423422
my $first_home_server = $creator->server_name;
424423

425-
my $local_server_name = $inbound_server->server_name;
426424
my $datastore = $inbound_server->datastore;
427425

428426
$outbound_client->join_room(

0 commit comments

Comments
 (0)