diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1480,19 +1480,6 @@ Pkg_is_arch_compat__XS(pkg) OUTPUT: RETVAL -int -Pkg_is_platform_compat(pkg) - URPM::Package pkg - INIT: - CODE: - croak("is_platform_compat() is available only since rpm 4.4.8"); - { /* to match last } and avoid another #ifdef for it */ - RETVAL = 0; - } - - OUTPUT: - RETVAL - void Pkg_summary(pkg) URPM::Package pkg |