no need to allocate a variable that has no use
This commit is contained in:
@@ -61,8 +61,7 @@ sub _identified {
|
|||||||
$self->{routing}->{$msg->{message_id}} = $conn;
|
$self->{routing}->{$msg->{message_id}} = $conn;
|
||||||
weaken( $self->{routing}->{$msg->{message_id}} );
|
weaken( $self->{routing}->{$msg->{message_id}} );
|
||||||
|
|
||||||
my $action = $self->{message_cb}->($self, $msg);
|
$self->{message_cb}->($self, $msg);
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user