From 6e269bda08f843de13e162894ce332259390e2ea Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 14 Nov 2007 14:21:04 +0100 Subject: [PATCH] Collectd.pm: Removed an unused variable. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- bindings/perl/Collectd.pm | 1 - 1 file changed, 1 deletion(-) 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", -- 2.11.0