summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-12-22 15:30:23 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-12-22 15:30:23 +0200
commit64c16c1fa88b35f95726203d23a26de0002f1b85 (patch)
tree6487d55af05222b406176efcee80608e7ddb9340 /lib/rpmts_internal.h
parent16987711822e1443792ab5dd09666a7acff93095 (diff)
downloadlibrpm-tizen-64c16c1fa88b35f95726203d23a26de0002f1b85.tar.gz
librpm-tizen-64c16c1fa88b35f95726203d23a26de0002f1b85.tar.bz2
librpm-tizen-64c16c1fa88b35f95726203d23a26de0002f1b85.zip
Eliminate silly and now unnecessary rpmts(Set)RelocateElement() stuff
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. */