diff options
author | jbj <devnull@localhost> | 2000-12-12 20:03:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-12 20:03:45 +0000 |
commit | db32ab6bea1b635129820d6b628e6156c61b5385 (patch) | |
tree | 055f7ee7d5e06ba0b3e858b82f639310b892503d /rpmio/rpmio_internal.h | |
parent | 2e9d2616969433851a1c883c900d6ea5acde67b7 (diff) | |
download | rpm-db32ab6bea1b635129820d6b628e6156c61b5385.tar.gz rpm-db32ab6bea1b635129820d6b628e6156c61b5385.tar.bz2 rpm-db32ab6bea1b635129820d6b628e6156c61b5385.zip |
Sync with rpm-4_0 branch.
CVS patchset: 4338
CVS date: 2000/12/12 20:03:45
Diffstat (limited to 'rpmio/rpmio_internal.h')
-rw-r--r-- | rpmio/rpmio_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h index d3ee03a21..775a8d6a8 100644 --- a/rpmio/rpmio_internal.h +++ b/rpmio/rpmio_internal.h @@ -9,7 +9,6 @@ static inline int fdFileno(void * cookie); #include <rpmio.h> #include <rpmurl.h> -#include <assert.h> /** \ingroup rpmio */ @@ -131,8 +130,6 @@ extern int _rpmio_debug; #define DBGIO(_f, _x) DBG((_f), RPMIO_DEBUG_IO, _x) #define DBGREFS(_f, _x) DBG((_f), RPMIO_DEBUG_REFS, _x) -#define xfree(_p) free((void *)_p) - #ifdef __cplusplus extern "C" { #endif |