Remove useless ifdeffed typedefs
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 22 Feb 2008 13:37:16 +0000 (15:37 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 22 Feb 2008 13:37:16 +0000 (15:37 +0200)
- rpmdb & iterator are typedeffed in rpmtypes.h already..

rpmdb/rpmdb.h

index 05dd3ba..c55bc36 100644 (file)
@@ -15,18 +15,6 @@ extern "C" {
 
 extern int _rpmdb_debug;
 
-#ifdef NOTYET
-/** \ingroup rpmdb
- * Database of headers and tag value indices.
- */
-typedef struct rpmdb_s * rpmdb;
-
-/** \ingroup rpmdb
- * Database iterator.
- */
-typedef struct _rpmdbMatchIterator * rpmdbMatchIterator;
-#endif
-
 /**
  * Tag value pattern match mode.
  */