Removed uneeded #define
authorrjray <devnull@localhost>
Fri, 10 May 2002 05:50:19 +0000 (05:50 +0000)
committerrjray <devnull@localhost>
Fri, 10 May 2002 05:50:19 +0000 (05:50 +0000)
CVS patchset: 5426
CVS date: 2002/05/10 05:50:19

Perl-RPM/RPM.h

index 2061e2e..444c7c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: RPM.h,v 1.18 2002/04/11 22:42:08 rjray Exp $
+ * $Id: RPM.h,v 1.19 2002/05/10 05:50:19 rjray Exp $
  *
  * Various C-specific decls/includes/etc. for the RPM linkage
  */
@@ -74,8 +74,6 @@
             (header) = Null(type *); \
     }
 
-#define new_RPM_storage(type) (type *)safemalloc(sizeof(type))
-
 /*
  *    Perl complement: RPM::Database
  */