From c8c8bf48fca0f00a6c445303eb53ebd732b98d49 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 8 Jun 2012 18:50:04 +0000 Subject: (platformscore) kill unimplemented function (dead since commit r232405 by pixel on Dec 10 2007: "introduce some compatibility code with rpm.org") --- NEWS | 2 ++ URPM.pm | 5 ----- URPM.xs | 11 ----------- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/NEWS b/NEWS index 41ba849..b955b47 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- kill functions unimplemented for years + Version 3.40 - 16 March 2012 - add URPM::traverse_tag_find() for urpme --env diff --git a/URPM.pm b/URPM.pm index 9513241..b5aa3fb 100644 --- a/URPM.pm +++ b/URPM.pm @@ -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, diff --git a/URPM.xs b/URPM.xs index 752d293..6e7bcc9 100644 --- a/URPM.xs +++ b/URPM.xs @@ -3684,17 +3684,6 @@ Urpm_osscore(os) OUTPUT: RETVAL -int -Urpm_platformscore(platform) - const char * platform - CODE: - read_config_files(0); - unused_variable(platform); - croak("platformscore() is available only since rpm 4.4.8"); - RETVAL=0; - OUTPUT: - RETVAL - void Urpm_stream2header(fp) FILE *fp -- cgit v1.2.1