diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-08-18 15:53:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-08-18 15:53:48 +0000 |
commit | dd7397fb632e3bce9918bde4bfdf34c3f61340a4 (patch) | |
tree | 3d67f81a9e985ed2952c5483ff0616c46fe0550e /perl-install/install/pkgs.pm | |
parent | 9b256d52003829baf392bdec916049366b3d63a1 (diff) | |
download | drakx-dd7397fb632e3bce9918bde4bfdf34c3f61340a4.tar drakx-dd7397fb632e3bce9918bde4bfdf34c3f61340a4.tar.gz drakx-dd7397fb632e3bce9918bde4bfdf34c3f61340a4.tar.bz2 drakx-dd7397fb632e3bce9918bde4bfdf34c3f61340a4.tar.xz drakx-dd7397fb632e3bce9918bde4bfdf34c3f61340a4.zip |
remove install::pkgs::read_rpmsrate proxy function
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r-- | perl-install/install/pkgs.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 4aa817999..42d8a541c 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -339,12 +339,6 @@ sub empty_packages { $packages; } -sub read_rpmsrate { - my ($packages, $rpmsrate_flags_chosen, $file, $match_all_hardware) = @_; - require pkgs; - pkgs::read_rpmsrate($packages, $rpmsrate_flags_chosen, $file, $match_all_hardware); -} - sub readCompssUsers { my ($file) = @_; |