summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-06-22 12:22:04 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-06-22 12:22:04 +0300
commit4ee92967572da681aa2092d67dbb04e51d14c495 (patch)
tree8b8bb464213f6d9382867a7e10d8686f4c622aac /lib/rpmts_internal.h
parentf3bcf9a18c967e9979b7933d3204300618ad3821 (diff)
downloadrpm-4ee92967572da681aa2092d67dbb04e51d14c495.tar.gz
numAddedPackages is unused since rpm 4.8.0, eliminate
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index 81a0ab87b..bfa52ca86 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -12,9 +12,7 @@ typedef struct diskspaceInfo_s * rpmDiskSpaceInfo;
/* Transaction set elements information */
typedef struct tsMembers_s {
intHash removedPackages; /*!< Set of packages being removed. */
-
rpmal addedPackages; /*!< Set of packages being installed. */
- int numAddedPackages; /*!< No. added package instances. */
rpmte * order; /*!< Packages sorted by dependencies. */
int orderCount; /*!< No. of transaction elements. */