summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Main.pm
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/Main.pm
parentbdfd7c92ecde366f85a512da02ae657133960b1f (diff)
cleanup
Diffstat (limited to 'lib/Loadbars/Main.pm')
-rw-r--r--lib/Loadbars/Main.pm1
1 files changed, 0 insertions, 1 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};
}