diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 10:08:44 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 10:08:44 +0200 |
commit | e1ca3be052b4f0bbc417489c3f97a00323630469 (patch) | |
tree | 5e21fa537b979942375931d12a9e8ed5c31ae885 /lib/rpmte_internal.h | |
parent | 5786cf78db37d9b129470cefdce5c0faf2c5c183 (diff) | |
download | librpm-tizen-e1ca3be052b4f0bbc417489c3f97a00323630469.tar.gz librpm-tizen-e1ca3be052b4f0bbc417489c3f97a00323630469.tar.bz2 librpm-tizen-e1ca3be052b4f0bbc417489c3f97a00323630469.zip |
Rip the horrible (ia64) autorelocate kludgery. RIP.
- we don't support relocated x86 on ppc in qemu either...
Diffstat (limited to 'lib/rpmte_internal.h')
-rw-r--r-- | lib/rpmte_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmte_internal.h b/lib/rpmte_internal.h index 95e43d94e..2101b6d95 100644 --- a/lib/rpmte_internal.h +++ b/lib/rpmte_internal.h @@ -60,7 +60,6 @@ struct rpmte_s { fnpyKey key; /*!< (TR_ADDED) Retrieval key. */ rpmRelocation * relocs; /*!< (TR_ADDED) Payload file relocations. */ int nrelocs; /*!< (TR_ADDED) No. of relocations. */ - int autorelocatex; /*!< (TR_ADDED) Auto relocation entry index. */ FD_t fd; /*!< (TR_ADDED) Payload file descriptor. */ union { |