From: Sebastian Harl Date: Wed, 14 Nov 2007 13:21:04 +0000 (+0100) Subject: Collectd.pm: Removed an unused variable. X-Git-Tag: collectd-4.3.0beta0~97 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=6e269bda08f843de13e162894ce332259390e2ea;p=collectd.git Collectd.pm: Removed an unused variable. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/bindings/perl/Collectd.pm b/bindings/perl/Collectd.pm index 1d26d207..1f9c61e3 100644 --- a/bindings/perl/Collectd.pm +++ b/bindings/perl/Collectd.pm @@ -76,7 +76,6 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags ('all'); my @plugins = (); -my @datasets = (); my %types = ( TYPE_INIT, "init",