summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-09 18:57:24 +0000
committerPaul Buetow <paul@buetow.org>2011-08-09 18:57:24 +0000
commite7e7e251afcecf62592bcdb50ce0b6fa7990e7db (patch)
treedff79362f4178f4b4f1d623dbc1fa0652da9e37d
parent92d8f5f741799e79235e73ba8ce9e91d1ffc7c1f (diff)
Removed a void context warning
-rwxr-xr-xloadbars.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 9bb4d08..207828b 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -164,8 +164,6 @@ BASH
$CPUSTATS{"$host;$name"} = join ';',
map { $_ . '=' . $load->{$_} }
grep { defined $load->{$_} } keys %$load;
-
- not defined $load->{$_} for keys %$load;
}
if ($sigusr1) {