Refs #6339 - delete unused variable

This commit is contained in:
Mathieu Cinquin 2015-04-15 09:29:56 +02:00
parent 86c00c586e
commit 3c8cecfa0e

View File

@ -97,7 +97,6 @@ sub run {
$self->{output}->option_exit(); $self->{output}->option_exit();
} }
my $exit;
if ($webcontent->{status} eq 'green') { if ($webcontent->{status} eq 'green') {
$self->{output}->output_add(severity => 'OK', $self->{output}->output_add(severity => 'OK',
short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name})); short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name}));