aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs3
1 files changed, 0 insertions, 3 deletions
diff --git a/URPM.xs b/URPM.xs
index 93d0a0f..2c4d1a2 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1516,7 +1516,6 @@ Pkg_description(pkg)
vendor = 7
os = 8
payload_format = 9
- disttag = 10
PPCODE:
if (pkg->h)
switch (ix) {
@@ -1540,8 +1539,6 @@ Pkg_description(pkg)
mXPUSHs(newSVpv(get_name(pkg->h, RPMTAG_OS), 0)); break;
case 9:
mXPUSHs(newSVpv(get_name(pkg->h, RPMTAG_PAYLOADFORMAT), 0)); break;
- case 10:
- mXPUSHs(newSVpv(get_name(pkg->h, RPMTAG_DISTTAG), 0)); break;
}
int