projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aad16e
)
Collectd.pm: Removed an unused variable.
author
Sebastian Harl
<sh@tokkee.org>
Wed, 14 Nov 2007 13:21:04 +0000
(14:21 +0100)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/bindings/perl/Collectd.pm
b/bindings/perl/Collectd.pm
index
1d26d20
..
1f9c61e
100644
(file)
--- 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",