Remove unused assignment
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
2c90857689
commit
272d9e235d
|
@ -37,9 +37,6 @@ sub buildFinished {
|
||||||
|
|
||||||
return if scalar keys %rooms == 0;
|
return if scalar keys %rooms == 0;
|
||||||
|
|
||||||
# Determine who broke/fixed the build.
|
|
||||||
my $prevBuild = getPreviousBuild($build);
|
|
||||||
|
|
||||||
my ($authors, $nrCommits) = getResponsibleAuthors($build, $self->{plugins});
|
my ($authors, $nrCommits) = getResponsibleAuthors($build, $self->{plugins});
|
||||||
|
|
||||||
# Send a message to each room.
|
# Send a message to each room.
|
||||||
|
|
Loading…
Reference in a new issue