diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-08 18:50:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-08 18:50:04 +0000 |
commit | c8c8bf48fca0f00a6c445303eb53ebd732b98d49 (patch) | |
tree | 447824fab883af2e8f62be90e5a4b2766c59fc13 /URPM.pm | |
parent | 4e965aaa846c1eb9d70a697a05ab687730f1189a (diff) | |
download | perl-URPM-c8c8bf48fca0f00a6c445303eb53ebd732b98d49.tar perl-URPM-c8c8bf48fca0f00a6c445303eb53ebd732b98d49.tar.gz perl-URPM-c8c8bf48fca0f00a6c445303eb53ebd732b98d49.tar.bz2 perl-URPM-c8c8bf48fca0f00a6c445303eb53ebd732b98d49.tar.xz perl-URPM-c8c8bf48fca0f00a6c445303eb53ebd732b98d49.zip |
(platformscore) kill unimplemented function
(dead since commit r232405 by pixel on Dec 10 2007:
"introduce some compatibility code with rpm.org")
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -825,11 +825,6 @@ Sets rpm verbosity level. $level is an integer between 2 (RPMMESS_CRIT) and 7 =item rpmErrorWriteTo($fd) -=item platformscore($platform) - -Return the score of $platform according computer's configuration. -0 mean not compatible, lower is prefered. - =item archscore($arch) Return the score of the given arch. 0 mean not compatible, |