summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index 793cdbd86..379bb855d 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -2,7 +2,7 @@
#define _RPMTS_INTERNAL_H
#include <rpm/rpmts.h>
-#include <rpm/rpmal.h> /* XXX availablePackage/relocateFileList ,*/
+#include <rpm/rpmal.h> /* XXX availablePackage */
#include "lib/rpmhash.h" /* XXX hashTable */
#include "lib/fprint.h"
@@ -64,8 +64,6 @@ struct rpmts_s {
rpmal addedPackages; /*!< Set of packages being installed. */
int numAddedPackages; /*!< No. added package instances. */
- rpmte relocateElement; /*!< Element to use when relocating packages. */
-
rpmte * order; /*!< Packages sorted by dependencies. */
int orderCount; /*!< No. of transaction elements. */
int orderAlloced; /*!< No. of allocated transaction elements. */