Collectd.pm: Removed an unused variable.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2007 13:21:04 +0000 (14:21 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 14 Nov 2007 14:32:21 +0000 (15:32 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
bindings/perl/Collectd.pm

index 1d26d20..1f9c61e 100644 (file)
@@ -76,7 +76,6 @@ our %EXPORT_TAGS = (
 Exporter::export_ok_tags ('all');
 
 my @plugins  = ();
-my @datasets = ();
 
 my %types = (
        TYPE_INIT,     "init",