diff options
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 3b3631e93..e780927cc 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -442,21 +442,6 @@ sub psUsingHdlist { $m; } -#OBSOLETED TODO -sub getOtherDeps($$) { - return; #TODO -} - -#OBSOLETED TODO -sub getDeps { - return; #TODO -} - -#OBSOLETED TODO -sub getProvides($) { - return; #TODO -} - sub read_rpmsrate { my ($packages, $f) = @_; my $line_nb = 0; |