aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs11
1 files changed, 0 insertions, 11 deletions
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