diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | URPM.xs | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -1,3 +1,4 @@ +- kill pkg->disttag (unused, introduced for rpm5 prior to the fork) - reduce code size Version 4.18 - 21 November 2012 @@ -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 |