Skip to content

Commit

Permalink
test: satisfy t/03var.t AUTHOR test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 2, 2020
1 parent 9d1f974 commit f79dde0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ sub _getBatteriesFromSysClass {
sub _getBatteryFromSysClass {
my (%params) = @_;

my $data = {};

my $battery = {
NAME => getFirstLine(file => "$params{psu}/model_name"),
CHEMISTRY => getFirstLine(file => "$params{psu}/technology"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ sub doInventory {
my (%params) = @_;

my $inventory = $params{inventory};
my $logger = $params{logger};

my $fru = getIpmiFru(%params)
or return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sub doInventory {
my (%params) = @_;

my $inventory = $params{inventory};
my $logger = $params{logger};

my $adp = _getData(%params);

Expand Down

0 comments on commit f79dde0

Please sign in to comment.