From 3c8cecfa0e67493fcf1a869698794a1924049fb9 Mon Sep 17 00:00:00 2001 From: Mathieu Cinquin Date: Wed, 15 Apr 2015 09:29:56 +0200 Subject: [PATCH] Refs #6339 - delete unused variable --- centreon-plugins/apps/elasticsearch/mode/cluster.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/centreon-plugins/apps/elasticsearch/mode/cluster.pm b/centreon-plugins/apps/elasticsearch/mode/cluster.pm index 3806836bb..d8e36fd47 100644 --- a/centreon-plugins/apps/elasticsearch/mode/cluster.pm +++ b/centreon-plugins/apps/elasticsearch/mode/cluster.pm @@ -97,7 +97,6 @@ sub run { $self->{output}->option_exit(); } - my $exit; if ($webcontent->{status} eq 'green') { $self->{output}->output_add(severity => 'OK', short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name}));