1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Plugin mysql_size_all: remove unused variable WANTED

The array should have been removed in
cba9455cd0.
This commit is contained in:
Lars Kruse 2020-03-26 02:26:38 +01:00
parent 90b60cdb34
commit 69ab03d647

View file

@ -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') {