mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin mysql_size_all: remove unused variable WANTED
The array should have been removed in
cba9455cd0
.
This commit is contained in:
parent
90b60cdb34
commit
69ab03d647
1 changed files with 0 additions and 4 deletions
|
@ -48,10 +48,6 @@ use strict;
|
|||
my $COMMAND;
|
||||
my $MYSQLADMIN = $ENV{mysqladmin} || "mysql";
|
||||
|
||||
my %WANTED = ( "Index" => "index",
|
||||
"Datas" => "datas",
|
||||
);
|
||||
|
||||
my $arg = shift();
|
||||
|
||||
if ($arg eq 'config') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue