Remove unused FDFOO macros
authorPanu Matilainen <Panu Matilainen pmatilai@redhat.com>
Fri, 19 Aug 2011 07:00:32 +0000 (10:00 +0300)
committerPanu Matilainen <Panu Matilainen pmatilai@redhat.com>
Fri, 19 Aug 2011 07:00:32 +0000 (10:00 +0300)
rpmio/rpmio.c

index aef5a85..e6b0461 100644 (file)
@@ -36,7 +36,6 @@ struct _FD_s {
     int                nrefs;
     int                flags;
 #define        RPMIO_DEBUG_IO          0x40000000
-#define        RPMIO_DEBUG_REFS        0x20000000
     int                magic;
 #define        FDMAGIC                 0x04463138
     int                nfps;
@@ -134,15 +133,6 @@ static void * iotFileno(FD_t fd, FDIO_t iot)
     return rc;
 }
 
-#define FDNREFS(fd)    (fd ? ((FD_t)fd)->nrefs : -9)
-
-#define        FDONLY(fd)      assert(fdGetIo(fd) == fdio)
-#define        GZDONLY(fd)     assert(fdGetIo(fd) == gzdio)
-#define        BZDONLY(fd)     assert(fdGetIo(fd) == bzdio)
-#define        LZDONLY(fd)     assert(fdGetIo(fd) == xzdio || fdGetIo(fd) == lzdio)
-
-#define        UFDONLY(fd)     /* assert(fdGetIo(fd) == ufdio) */
-
 /** \ingroup rpmio
  * \name RPMIO Vectors.
  */