summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-31 08:35:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-31 08:35:23 +0000
commitf648b75813576a1d1811a7394666fe8ffe3b97cc (patch)
treeaa472ff0645cec14c7eb6682e6a32d398abc179c /perl-install/pkgs.pm
parent0a7dfe2a26c1ec57892cb47d6fa87daf3e372855 (diff)
downloaddrakx-backup-do-not-use-f648b75813576a1d1811a7394666fe8ffe3b97cc.tar
drakx-backup-do-not-use-f648b75813576a1d1811a7394666fe8ffe3b97cc.tar.gz
drakx-backup-do-not-use-f648b75813576a1d1811a7394666fe8ffe3b97cc.tar.bz2
drakx-backup-do-not-use-f648b75813576a1d1811a7394666fe8ffe3b97cc.tar.xz
drakx-backup-do-not-use-f648b75813576a1d1811a7394666fe8ffe3b97cc.zip
Remove dead code
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index f4ef13220..175fa9dc7 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -427,9 +427,6 @@ sub psUsingHdlist {
my $urpmidir = urpmidir($prefix);
log::l("trying to read $hdlist for medium $medium_name");
- #- if the medium already exists, use it.
- #$packages->{mediums}{$medium_name} and return $packages->{mediums}{$medium_name};
-
my $m = { hdlist => $hdlist,
method => $method,
medium => $medium_name,