diff options
author | jbj <devnull@localhost> | 2001-11-11 12:47:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-11 12:47:08 +0000 |
commit | b97f1cf32b47de9019f93e229207f1619b93fd49 (patch) | |
tree | df587a5731914c31887eb06aa87b06bdd3be994f /lib/rpmal.c | |
parent | 2928a5b00d55c07df73971f7d2f845bc0618380f (diff) | |
download | librpm-tizen-b97f1cf32b47de9019f93e229207f1619b93fd49.tar.gz librpm-tizen-b97f1cf32b47de9019f93e229207f1619b93fd49.tar.bz2 librpm-tizen-b97f1cf32b47de9019f93e229207f1619b93fd49.zip |
- common structure elements for unification of TFI_t and rpmFNSet.
CVS patchset: 5173
CVS date: 2001/11/11 12:47:08
Diffstat (limited to 'lib/rpmal.c')
-rw-r--r-- | lib/rpmal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmal.c b/lib/rpmal.c index aba7969d6..4f274d65c 100644 --- a/lib/rpmal.c +++ b/lib/rpmal.c @@ -6,9 +6,7 @@ #include <rpmlib.h> -#include "rpmds.h" #include "depends.h" -#include "rpmal.h" #include "debug.h" @@ -136,6 +134,7 @@ static void alFreeIndex(availableList al) } } +#ifdef DYING /** * Return number of packages in list. * @param al available list @@ -146,6 +145,7 @@ static int alGetSize(/*@null@*/ const availableList al) { return (al != NULL ? al->size : 0); } +#endif static inline alNum alKey2Num(/*@unused@*/ /*@null@*/ const availableList al, /*@null@*/ alKey pkgKey) |