summaryrefslogtreecommitdiff
path: root/lib/Loadbars
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-24 15:58:53 +0200
committerPaul Buetow <paul@buetow.org>2012-06-24 15:58:53 +0200
commit96ebe8611bc62c4d913efd5defd9e7178a02f6d5 (patch)
treeadb5ba1cb456b8e368d3fecefc676829dcbfa34b /lib/Loadbars
parentbdfd7c92ecde366f85a512da02ae657133960b1f (diff)
cleanup
Diffstat (limited to 'lib/Loadbars')
-rw-r--r--lib/Loadbars/Main.pm1
-rw-r--r--lib/Loadbars/Shared.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Loadbars/Main.pm b/lib/Loadbars/Main.pm
index 4dbe9f7..cc30c82 100644
--- a/lib/Loadbars/Main.pm
+++ b/lib/Loadbars/Main.pm
@@ -220,7 +220,6 @@ REMOTECODE
elsif ( $mode == 3 ) {
my ($int, @stats) = split ':', $_;
$NETSTATS{"$host;$int"} = "@stats";
- $NETSTATS_LASTUPDATE{"$host;$int"} = Time::HiRes::time();
$NETSTATS_INT{$int} = 1 unless defined $NETSTATS_INT{$int};
$NETSTATS_HAS{$host} = 1 unless defined $NETSTATS_HAS{$host};
}
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index 7cd7f05..d1c737f 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -31,7 +31,6 @@ our %MEMSTATS_HAS : shared;
our %NETSTATS : shared;
our %NETSTATS_HAS : shared;
our %NETSTATS_INT : shared;
-our %NETSTATS_LASTUPDATE : shared;
# Global configuration hash
our %C : shared;