diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-30 02:57:14 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-30 02:57:14 +0100 |
commit | 88b0c2bbb5b82efcbe557176077c5edbd7b1c5be (patch) | |
tree | 7d5f2b541c5863240030c70a629594074236967d | |
parent | d2384456f71b47793d8f7fd67211f74a4b5b4269 (diff) | |
download | rpm-88b0c2bbb5b82efcbe557176077c5edbd7b1c5be.tar.gz rpm-88b0c2bbb5b82efcbe557176077c5edbd7b1c5be.tar.bz2 rpm-88b0c2bbb5b82efcbe557176077c5edbd7b1c5be.zip |
Remove URLMAGIC, URLSANE.
Remove include <assert.h>.
-rw-r--r-- | rpmio/rpmurl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmio/rpmurl.h b/rpmio/rpmurl.h index 8bd599b32..6a2cdf9f7 100644 --- a/rpmio/rpmurl.h +++ b/rpmio/rpmurl.h @@ -5,8 +5,6 @@ * \file rpmio/rpmurl.h */ -#include <assert.h> - #ifdef __cplusplus extern "C" { #endif @@ -24,9 +22,6 @@ typedef enum urltype_e { URL_IS_HKP = 6 /*!< hkp://... */ } urltype; -#define URLMAGIC 0xd00b1ed0 -#define URLSANE(u) assert(u && u->magic == URLMAGIC) - typedef struct urlinfo_s * urlinfo; /** |