diff options
| author | Paul Buetow <paul@buetow.org> | 2011-08-09 18:57:24 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-08-09 18:57:24 +0000 |
| commit | e7e7e251afcecf62592bcdb50ce0b6fa7990e7db (patch) | |
| tree | dff79362f4178f4b4f1d623dbc1fa0652da9e37d | |
| parent | 92d8f5f741799e79235e73ba8ce9e91d1ffc7c1f (diff) | |
Removed a void context warning
| -rwxr-xr-x | loadbars.pl | 2 |
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) { |
