From 452a3869137c6f7a2257c1c0075cbf5c5dbf9880 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 2 Dec 2012 14:52:11 +0000 Subject: drop ->disttag (unused, was introduced by pok just before the fork) --- NEWS | 1 + URPM.xs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 69fe5eb..e976fba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- kill pkg->disttag (unused, introduced for rpm5 prior to the fork) - reduce code size Version 4.18 - 21 November 2012 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 -- cgit v1.2.1