diff options
-rw-r--r-- | lib/rpmlib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 6f45b5458..da57aa70f 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -53,19 +53,6 @@ typedef struct rpmts_s * rpmts; */ typedef struct Spec_s * Spec; -#if 0 -/** \ingroup rpmtrans - * An added/available package retrieval key. - */ -typedef void * alKey; -#define RPMAL_NOMATCH ((alKey)-1L) - -/** \ingroup rpmtrans - * An added/available package retrieval index. - */ -typedef intptr_t alNum; -#endif - /** \ingroup rpmtrans * Dependency tag sets from a header, so that a header can be discarded early. */ |