diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-18 15:28:36 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-21 09:22:11 +0200 |
commit | 88d56552d12c487bff85262bd0d430270619c9e2 (patch) | |
tree | d19ad695a196e74d7b558465cc29292a640937c5 /lib/rpmts_internal.h | |
parent | 92884ca771905b4de2c2abc1fc5b144fecff8e55 (diff) | |
download | librpm-tizen-88d56552d12c487bff85262bd0d430270619c9e2.tar.gz librpm-tizen-88d56552d12c487bff85262bd0d430270619c9e2.tar.bz2 librpm-tizen-88d56552d12c487bff85262bd0d430270619c9e2.zip |
Remove unused ordering related members from rpmts struct
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r-- | lib/rpmts_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h index 87bf77ddc..c4f42f801 100644 --- a/lib/rpmts_internal.h +++ b/lib/rpmts_internal.h @@ -43,8 +43,6 @@ struct rpmts_s { rpmte * order; /*!< Packages sorted by dependencies. */ int orderCount; /*!< No. of transaction elements. */ int orderAlloced; /*!< No. of allocated transaction elements. */ - int ntrees; /*!< No. of dependency trees. */ - int maxDepth; /*!< Maximum depth of dependency tree(s). */ int selinuxEnabled; /*!< Is SE linux enabled? */ int chrootDone; /*!< Has chroot(2) been been done? */ |