Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 15, 2021
1 parent 123a899 commit 2742a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/install_packages
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ my %list; # hash of arrays, key=type (yumi,aptitude,..), list of packages
my %types; # hash containing the types found in all loaded package_config files
my %classisdef;
my $maxpl; # maximum length of package list
my $cache; # instance of AptPkg::Cache
my @known; # list of all known packages
my $execerrors; # counts execution errors
my $aptopt='-y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew';
Expand Down

0 comments on commit 2742a50

Please sign in to comment.